#C03E4B

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

Shades of Old Rose #C03E4B

Tints of Old Rose #C03E4B

Color information

#C03E4B (or 0xC03E4B) is unknown color: approx Old Rose. HEX triplet: C0, 3E and 4B. RGB value is (192,62,75). Sum of RGB (Red+Green+Blue) = 192+62+75=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E4B is #3FC1B4. Grayscale: #666666. Windows color (decimal): -4178357 or 4931264. OLE color: 4931264.

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

Color convert

RGB1926275-
CMYK00.680.610.25
HSL354º51.18%49.8%-
HSV(B)354º67.71%75.29%-
XYZ24.7315.168.28-
YUV102.35112.57191.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.36%
GREEN value IS 62 (24.61% from 255) = 18.84%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=58.36%
G=18.84%
B=22.80%

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
Decimal192627500.680.610.2535451.1849.8
HexC03E4B0443D191623332
Octal30076113010475315426362
Binary1100000011111010010110100010011110111001101100010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03E4B; }

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

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

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

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

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

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

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

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