#C03C49

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

Shades of Old Rose #C03C49

Tints of Old Rose #C03C49

Color information

#C03C49 (or 0xC03C49) is unknown color: approx Old Rose. HEX triplet: C0, 3C and 49. RGB value is (192,60,73). Sum of RGB (Red+Green+Blue) = 192+60+73=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C49 is #3FC3B6. Grayscale: #656565. Windows color (decimal): -4178871 or 4799680. OLE color: 4799680.

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

Color convert

RGB1926073-
CMYK00.690.620.25
HSL354.09º52.38%49.41%-
HSV(B)354.09º68.75%75.29%-
XYZ24.5614.927.89-
YUV100.95112.23192.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.08%
GREEN value IS 60 (23.83% from 255) = 18.46%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=59.08%
G=18.46%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192607300.690.620.25354.0952.3849.41
HexC03C490453E191623431
Octal30074111010576315426461
Binary1100000011110010010010100010111111011001101100010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03C49; }

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

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

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

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

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

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

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

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