#CF3050

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

Shades of Old Rose #CF3050

Tints of Old Rose #CF3050

Color information

#CF3050 (or 0xCF3050) is unknown color: approx Old Rose. HEX triplet: CF, 30 and 50. RGB value is (207,48,80). Sum of RGB (Red+Green+Blue) = 207+48+80=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3050 is #30CFAF. Grayscale: #636363. Windows color (decimal): -3198896 or 5255375. OLE color: 5255375.

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

Color convert

RGB2074880-
CMYK00.770.610.19
HSL347.92º62.35%50%-
HSV(B)347.92º76.81%81.18%-
XYZ28.2415.969.18-
YUV99.19117.18204.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.79%
GREEN value IS 48 (19.14% from 255) = 14.33%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=61.79%
G=14.33%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207488000.770.610.19347.9262.3550
HexCF305004D3D1315c3e32
Octal31760120011575235347662
Binary1100111111000010100000100110111110110011101011100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3050; }

 p { color: rgb(207,48,80); }

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

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

 a { background-color: rgb(207,48,80); }

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

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

 span { border-color: rgb(207,48,80); }

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