#C52E51

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

Shades of Old Rose #C52E51

Tints of Old Rose #C52E51

Color information

#C52E51 (or 0xC52E51) is unknown color: approx Old Rose. HEX triplet: C5, 2E and 51. RGB value is (197,46,81). Sum of RGB (Red+Green+Blue) = 197+46+81=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52E51 is #3AD1AE. Grayscale: #5F5F5F. Windows color (decimal): -3854767 or 5320389. OLE color: 5320389.

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

Color convert

RGB1974681-
CMYK00.770.590.23
HSL346.09º62.14%47.65%-
HSV(B)346.09º76.65%77.25%-
XYZ25.4914.429.22-
YUV95.14120.03200.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.80%
GREEN value IS 46 (18.36% from 255) = 14.20%
BLUE value IS 81 (32.03% from 255) = 25%
R=60.80%
G=14.20%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197468100.770.590.23346.0962.1447.65
HexC52E5104D3B1715a3e30
Octal30556121011573275327660
Binary1100010110111010100010100110111101110111101011010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52E51; }

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

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

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

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

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

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

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

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