#c02560

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

Shades of Old Rose #C02560

Tints of Old Rose #C02560

Color information

#C02560 (or 0xC02560) is unknown color: approx Old Rose. HEX triplet: C0, 25 and 60. RGB value is (192,37,96). Sum of RGB (Red+Green+Blue) = 192+37+96=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C02560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02560 is #3FDA9F. Grayscale: #595959. Windows color (decimal): -4184736 or 6301120. OLE color: 6301120.

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

Color convert

RGB1923796-
CMYK00.810.500.25
HSL337.16º67.69%44.9%-
HSV(B)337.16º80.73%75.29%-
XYZ24.5113.3712.36-
YUV90.07131.35200.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.08%
GREEN value IS 37 (14.84% from 255) = 11.38%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=59.08%
G=11.38%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192379600.810.500.25337.1667.6944.9
HexC025600513219151442d
Octal300451400121623152110455
Binary11000000100101110000001010001110010110011010100011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c02560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c02560; }

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

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

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

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

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

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

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

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