#C03E5A

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

Shades of Old Rose #C03E5A

Tints of Old Rose #C03E5A

Color information

#C03E5A (or 0xC03E5A) is unknown color: approx Old Rose. HEX triplet: C0, 3E and 5A. RGB value is (192,62,90). Sum of RGB (Red+Green+Blue) = 192+62+90=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E5A is #3FC1A5. Grayscale: #686868. Windows color (decimal): -4178342 or 5914304. OLE color: 5914304.

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

Color convert

RGB1926290-
CMYK00.680.530.25
HSL347.08º51.18%49.8%-
HSV(B)347.08º67.71%75.29%-
XYZ25.3115.3911.31-
YUV104.06120.07190.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.81%
GREEN value IS 62 (24.61% from 255) = 18.02%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=55.81%
G=18.02%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192629000.680.530.25347.0851.1849.8
HexC03E5A044351915b3332
Octal30076132010465315336362
Binary1100000011111010110100100010011010111001101011011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03E5A; }

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

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

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

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

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

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

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

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