#C51E51

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

Shades of Old Rose #C51E51

Tints of Old Rose #C51E51

Color information

#C51E51 (or 0xC51E51) is unknown color: approx Old Rose. HEX triplet: C5, 1E and 51. RGB value is (197,30,81). Sum of RGB (Red+Green+Blue) = 197+30+81=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E51 is #3AE1AE. Grayscale: #555555. Windows color (decimal): -3858863 or 5316293. OLE color: 5316293.

HSL color Cylindrical-coordinate representation of color #C51E51: hue angle of 341.68º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51E51 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB1973081-
CMYK00.850.590.23
HSL341.68º73.57%44.51%-
HSV(B)341.68º84.77%77.25%-
XYZ24.9813.399.05-
YUV85.75125.33207.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.96%
GREEN value IS 30 (12.11% from 255) = 9.74%
BLUE value IS 81 (32.03% from 255) = 26.30%
R=63.96%
G=9.74%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197308100.850.590.23341.6873.5744.51
HexC51E510553B171564a2d
Octal305361210125732752611255
Binary1100010111110101000101010101111011101111010101101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51E51; }

 p { color: rgb(197,30,81); }

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

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

 a { background-color: rgb(197,30,81); }

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

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

 span { border-color: rgb(197,30,81); }

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