#C51655

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

Shades of Old Rose #C51655

Tints of Old Rose #C51655

Color information

#C51655 (or 0xC51655) is unknown color: approx Old Rose. HEX triplet: C5, 16 and 55. RGB value is (197,22,85). Sum of RGB (Red+Green+Blue) = 197+22+85=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C51655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51655 is #3AE9AA. Grayscale: #515151. Windows color (decimal): -3860907 or 5576389. OLE color: 5576389.

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

Color convert

RGB1972285-
CMYK00.890.570.23
HSL338.4º79.91%42.94%-
HSV(B)338.4º88.83%77.25%-
XYZ24.9513.19.81-
YUV81.51129.98210.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.80%
GREEN value IS 22 (8.98% from 255) = 7.24%
BLUE value IS 85 (33.59% from 255) = 27.96%
R=64.80%
G=7.24%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197228500.890.570.23338.479.9142.94
HexC516550593917152502b
Octal305261250131712752212053
Binary1100010110110101010101011001111001101111010100101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51655; }

 p { color: rgb(197,22,85); }

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

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

 a { background-color: rgb(197,22,85); }

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

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

 span { border-color: rgb(197,22,85); }

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