#C02B57

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

Shades of Old Rose #C02B57

Tints of Old Rose #C02B57

Color information

#C02B57 (or 0xC02B57) is unknown color: approx Old Rose. HEX triplet: C0, 2B and 57. RGB value is (192,43,87). Sum of RGB (Red+Green+Blue) = 192+43+87=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B57 is #3FD4A8. Grayscale: #5C5C5C. Windows color (decimal): -4183209 or 5712832. OLE color: 5712832.

HSL color Cylindrical-coordinate representation of color #C02B57: hue angle of 342.28º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02B57 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB1924387-
CMYK00.780.550.25
HSL342.28º63.4%46.08%-
HSV(B)342.28º77.6%75.29%-
XYZ24.3213.6210.36-
YUV92.57124.86198.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.63%
GREEN value IS 43 (17.19% from 255) = 13.35%
BLUE value IS 87 (34.38% from 255) = 27.02%
R=59.63%
G=13.35%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192438700.780.550.25342.2863.446.08
HexC02B5704E37191563f2e
Octal30053127011667315267756
Binary1100000010101110101110100111011011111001101010110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02B57; }

 p { color: rgb(192,43,87); }

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

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

 a { background-color: rgb(192,43,87); }

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

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

 span { border-color: rgb(192,43,87); }

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