#C03E4A

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

Shades of Old Rose #C03E4A

Tints of Old Rose #C03E4A

Color information

#C03E4A (or 0xC03E4A) is unknown color: approx Old Rose. HEX triplet: C0, 3E and 4A. RGB value is (192,62,74). Sum of RGB (Red+Green+Blue) = 192+62+74=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E4A is #3FC1B5. Grayscale: #666666. Windows color (decimal): -4178358 or 4865728. OLE color: 4865728.

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

Color convert

RGB1926274-
CMYK00.680.610.25
HSL354.46º51.18%49.8%-
HSV(B)354.46º67.71%75.29%-
XYZ24.715.158.1-
YUV102.24112.07192.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.54%
GREEN value IS 62 (24.61% from 255) = 18.90%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=58.54%
G=18.90%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192627400.680.610.25354.4651.1849.8
HexC03E4A0443D191623332
Octal30076112010475315426362
Binary1100000011111010010100100010011110111001101100010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03E4A; }

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

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

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

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

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

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

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

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