#C51E52

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

Shades of Old Rose #C51E52

Tints of Old Rose #C51E52

Color information

#C51E52 (or 0xC51E52) is unknown color: approx Old Rose. HEX triplet: C5, 1E and 52. RGB value is (197,30,82). Sum of RGB (Red+Green+Blue) = 197+30+82=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E52 is #3AE1AD. Grayscale: #555555. Windows color (decimal): -3858862 or 5381829. OLE color: 5381829.

HSL color Cylindrical-coordinate representation of color #C51E52: hue angle of 341.32º 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 #C51E52 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB1973082-
CMYK00.850.580.23
HSL341.32º73.57%44.51%-
HSV(B)341.32º84.77%77.25%-
XYZ25.0113.419.25-
YUV85.86125.83207.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.75%
GREEN value IS 30 (12.11% from 255) = 9.71%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=63.75%
G=9.71%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197308200.850.580.23341.3273.5744.51
HexC51E520553A171554a2d
Octal305361220125722752511255
Binary1100010111110101001001010101111010101111010101011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51E52; }

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

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

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

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

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

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

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

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