#C03E4F

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

Shades of Old Rose #C03E4F

Tints of Old Rose #C03E4F

Color information

#C03E4F (or 0xC03E4F) is unknown color: approx Old Rose. HEX triplet: C0, 3E and 4F. RGB value is (192,62,79). Sum of RGB (Red+Green+Blue) = 192+62+79=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E4F is #3FC1B0. Grayscale: #666666. Windows color (decimal): -4178353 or 5193408. OLE color: 5193408.

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

Color convert

RGB1926279-
CMYK00.680.590.25
HSL352.15º51.18%49.8%-
HSV(B)352.15º67.71%75.29%-
XYZ24.8715.229.02-
YUV102.81114.57191.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.66%
GREEN value IS 62 (24.61% from 255) = 18.62%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=57.66%
G=18.62%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192627900.680.590.25352.1551.1849.8
HexC03E4F0443B191603332
Octal30076117010473315406362
Binary1100000011111010011110100010011101111001101100000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03E4F; }

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

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

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

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

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

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

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

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