#C03C4F

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

Shades of Old Rose #C03C4F

Tints of Old Rose #C03C4F

Color information

#C03C4F (or 0xC03C4F) is unknown color: approx Old Rose. HEX triplet: C0, 3C and 4F. RGB value is (192,60,79). Sum of RGB (Red+Green+Blue) = 192+60+79=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C4F is #3FC3B0. Grayscale: #656565. Windows color (decimal): -4178865 or 5192896. OLE color: 5192896.

HSL color Cylindrical-coordinate representation of color #C03C4F: hue angle of 351.36º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03C4F is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1926079-
CMYK00.690.590.25
HSL351.36º52.38%49.41%-
HSV(B)351.36º68.75%75.29%-
XYZ24.77158.99-
YUV101.63115.23192.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.01%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=58.01%
G=18.13%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192607900.690.590.25351.3652.3849.41
HexC03C4F0453B1915f3431
Octal30074117010573315376461
Binary1100000011110010011110100010111101111001101011111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03C4F; }

 p { color: rgb(192,60,79); }

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

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

 a { background-color: rgb(192,60,79); }

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

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

 span { border-color: rgb(192,60,79); }

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