#C03C4E

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

Shades of Old Rose #C03C4E

Tints of Old Rose #C03C4E

Color information

#C03C4E (or 0xC03C4E) is unknown color: approx Old Rose. HEX triplet: C0, 3C and 4E. RGB value is (192,60,78). Sum of RGB (Red+Green+Blue) = 192+60+78=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C4E is #3FC3B1. Grayscale: #656565. Windows color (decimal): -4178866 or 5127360. OLE color: 5127360.

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

Color convert

RGB1926078-
CMYK00.690.590.25
HSL351.82º52.38%49.41%-
HSV(B)351.82º68.75%75.29%-
XYZ24.7314.998.8-
YUV101.52114.73192.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.18%
GREEN value IS 60 (23.83% from 255) = 18.18%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=58.18%
G=18.18%
B=23.64%

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
Decimal192607800.690.590.25351.8252.3849.41
HexC03C4E0453B191603431
Octal30074116010573315406461
Binary1100000011110010011100100010111101111001101100000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03C4E; }

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

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

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

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

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

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

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

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