#cf304f

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

Shades of Old Rose #CF304F

Tints of Old Rose #CF304F

Color information

#CF304F (or 0xCF304F) is unknown color: approx Old Rose. HEX triplet: CF, 30 and 4F. RGB value is (207,48,79). Sum of RGB (Red+Green+Blue) = 207+48+79=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF304F is #30CFB0. Grayscale: #636363. Windows color (decimal): -3198897 or 5189839. OLE color: 5189839.

HSL color Cylindrical-coordinate representation of color #CF304F: hue angle of 348.3º 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 #CF304F is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB2074879-
CMYK00.770.620.19
HSL348.3º62.35%50%-
HSV(B)348.3º76.81%81.18%-
XYZ28.215.948.99-
YUV99.08116.68204.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.98%
GREEN value IS 48 (19.14% from 255) = 14.37%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=61.98%
G=14.37%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207487900.770.620.19348.362.3550
HexCF304F04D3E1315c3e32
Octal31760117011576235347662
Binary1100111111000010011110100110111111010011101011100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf304f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf304f; }

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

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

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

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

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

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

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

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