#cf3d51

Color #CF3D51 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #CF3D51

Tints of Old Rose #CF3D51

Color information

#CF3D51 (or 0xCF3D51) is unknown color: approx Old Rose. HEX triplet: CF, 3D and 51. RGB value is (207,61,81). Sum of RGB (Red+Green+Blue) = 207+61+81=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3D51 is #30C2AE. Grayscale: #6A6A6A. Windows color (decimal): -3195567 or 5324239. OLE color: 5324239.

HSL color Cylindrical-coordinate representation of color #CF3D51: hue angle of 351.78º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3D51 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB2076181-
CMYK00.710.610.19
HSL351.78º60.33%52.55%-
HSV(B)351.78º70.53%81.18%-
XYZ28.8917.29.58-
YUV106.93113.37199.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 59.31%
GREEN value IS 61 (24.22% from 255) = 17.48%
BLUE value IS 81 (32.03% from 255) = 23.21%
R=59.31%
G=17.48%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207618100.710.610.19351.7860.3352.55
HexCF3D510473D131603c35
Octal31775121010775235407465
Binary1100111111110110100010100011111110110011101100000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf3d51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf3d51; }

 p { color: rgb(207,61,81); }

 H1.HeaderClassName
 {
   color: #cf3d51;
 }
 .AnyTagClassName
 {
   color: #cf3d51;
 }
</style>
background-color css

<style>
 a { background-color: #cf3d51; }

 a { background-color: rgb(207,61,81); }

 div.DivClassName
 {
   background-color: #cf3d51;
 }
 .BgClassName
 {
   background-color: #cf3d51;
 }
</style>
border-color css

<style>
 span { border-color: #cf3d51; }

 span { border-color: rgb(207,61,81); }

 td.TdClassName
 {
   border-color: #cf3d51;
 }
 .TagClassName
 {
   border-color: #cf3d51;
 }
</style>