#C02160

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

Shades of Old Rose #C02160

Tints of Old Rose #C02160

Color information

#C02160 (or 0xC02160) is unknown color: approx Old Rose. HEX triplet: C0, 21 and 60. RGB value is (192,33,96). Sum of RGB (Red+Green+Blue) = 192+33+96=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C02160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02160 is #3FDE9F. Grayscale: #575757. Windows color (decimal): -4185760 or 6300096. OLE color: 6300096.

HSL color Cylindrical-coordinate representation of color #C02160: hue angle of 336.23º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02160 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1923396-
CMYK00.830.500.25
HSL336.23º70.67%44.12%-
HSV(B)336.23º82.81%75.29%-
XYZ24.3913.1412.32-
YUV87.72132.68202.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.81%
GREEN value IS 33 (13.28% from 255) = 10.28%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=59.81%
G=10.28%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192339600.830.500.25336.2370.6744.12
HexC021600533219150472c
Octal300411400123623152010754
Binary11000000100001110000001010011110010110011010100001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02160; }

 p { color: rgb(192,33,96); }

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

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

 a { background-color: rgb(192,33,96); }

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

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

 span { border-color: rgb(192,33,96); }

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