#C02357

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

Shades of Old Rose #C02357

Tints of Old Rose #C02357

Color information

#C02357 (or 0xC02357) is unknown color: approx Old Rose. HEX triplet: C0, 23 and 57. RGB value is (192,35,87). Sum of RGB (Red+Green+Blue) = 192+35+87=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C02357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02357 is #3FDCA8. Grayscale: #575757. Windows color (decimal): -4185257 or 5710784. OLE color: 5710784.

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

Color convert

RGB1923587-
CMYK00.820.550.25
HSL340.13º69.16%44.51%-
HSV(B)340.13º81.77%75.29%-
XYZ24.0613.110.28-
YUV87.87127.51202.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.15%
GREEN value IS 35 (14.06% from 255) = 11.15%
BLUE value IS 87 (34.38% from 255) = 27.71%
R=61.15%
G=11.15%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192358700.820.550.25340.1369.1644.51
HexC023570523719154452d
Octal300431270122673152410555
Binary11000000100011101011101010010110111110011010101001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02357; }

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

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

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

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

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

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

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

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