#C02464

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

Shades of Old Rose #C02464

Tints of Old Rose #C02464

Color information

#C02464 (or 0xC02464) is unknown color: approx Old Rose. HEX triplet: C0, 24 and 64. RGB value is (192,36,100). Sum of RGB (Red+Green+Blue) = 192+36+100=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C02464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02464 is #3FDB9B. Grayscale: #595959. Windows color (decimal): -4184988 or 6563008. OLE color: 6563008.

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

Color convert

RGB19236100-
CMYK00.810.480.25
HSL335.38º68.42%44.71%-
HSV(B)335.38º81.25%75.29%-
XYZ24.6713.3913.34-
YUV89.94133.68200.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.54%
GREEN value IS 36 (14.45% from 255) = 10.98%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=58.54%
G=10.98%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923610000.810.480.25335.3868.4244.71
HexC02464051301914f442d
Octal300441440121603151710455
Binary11000000100100110010001010001110000110011010011111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02464; }

 p { color: rgb(192,36,100); }

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

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

 a { background-color: rgb(192,36,100); }

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

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

 span { border-color: rgb(192,36,100); }

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