#C03E50

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

Shades of Old Rose #C03E50

Tints of Old Rose #C03E50

Color information

#C03E50 (or 0xC03E50) is unknown color: approx Old Rose. HEX triplet: C0, 3E and 50. RGB value is (192,62,80). Sum of RGB (Red+Green+Blue) = 192+62+80=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E50 is #3FC1AF. Grayscale: #666666. Windows color (decimal): -4178352 or 5258944. OLE color: 5258944.

HSL color Cylindrical-coordinate representation of color #C03E50: hue angle of 351.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03E50 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1926280-
CMYK00.680.580.25
HSL351.69º51.18%49.8%-
HSV(B)351.69º67.71%75.29%-
XYZ24.9115.239.22-
YUV102.92115.07191.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.49%
GREEN value IS 62 (24.61% from 255) = 18.56%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=57.49%
G=18.56%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192628000.680.580.25351.6951.1849.8
HexC03E500443A191603332
Octal30076120010472315406362
Binary1100000011111010100000100010011101011001101100000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03E50; }

 p { color: rgb(192,62,80); }

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

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

 a { background-color: rgb(192,62,80); }

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

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

 span { border-color: rgb(192,62,80); }

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