#C51857

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

Shades of Old Rose #C51857

Tints of Old Rose #C51857

Color information

#C51857 (or 0xC51857) is unknown color: approx Old Rose. HEX triplet: C5, 18 and 57. RGB value is (197,24,87). Sum of RGB (Red+Green+Blue) = 197+24+87=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C51857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51857 is #3AE7A8. Grayscale: #525252. Windows color (decimal): -3860393 or 5707973. OLE color: 5707973.

HSL color Cylindrical-coordinate representation of color #C51857: hue angle of 338.15º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51857 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB1972487-
CMYK00.880.560.23
HSL338.15º78.28%43.33%-
HSV(B)338.15º87.82%77.25%-
XYZ25.0713.2110.25-
YUV82.91130.31209.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.96%
GREEN value IS 24 (9.77% from 255) = 7.79%
BLUE value IS 87 (34.38% from 255) = 28.25%
R=63.96%
G=7.79%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197248700.880.560.23338.1578.2843.33
HexC5185705838171524e2b
Octal305301270130702752211653
Binary1100010111000101011101011000111000101111010100101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51857; }

 p { color: rgb(197,24,87); }

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

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

 a { background-color: rgb(197,24,87); }

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

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

 span { border-color: rgb(197,24,87); }

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