#CF3251

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

Shades of Old Rose #CF3251

Tints of Old Rose #CF3251

Color information

#CF3251 (or 0xCF3251) is unknown color: approx Old Rose. HEX triplet: CF, 32 and 51. RGB value is (207,50,81). Sum of RGB (Red+Green+Blue) = 207+50+81=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3251 is #30CDAE. Grayscale: #646464. Windows color (decimal): -3198383 or 5321423. OLE color: 5321423.

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

Color convert

RGB2075081-
CMYK00.760.610.19
HSL348.15º62.06%50.39%-
HSV(B)348.15º75.85%81.18%-
XYZ28.3616.149.41-
YUV100.48117.01203.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.24%
GREEN value IS 50 (19.92% from 255) = 14.79%
BLUE value IS 81 (32.03% from 255) = 23.96%
R=61.24%
G=14.79%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207508100.760.610.19348.1562.0650.39
HexCF325104C3D1315c3e32
Octal31762121011475235347662
Binary1100111111001010100010100110011110110011101011100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3251; }

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

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

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

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

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

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

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

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