#c52f53

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

Shades of Old Rose #C52F53

Tints of Old Rose #C52F53

Color information

#C52F53 (or 0xC52F53) is unknown color: approx Old Rose. HEX triplet: C5, 2F and 53. RGB value is (197,47,83). Sum of RGB (Red+Green+Blue) = 197+47+83=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52F53 is #3AD0AC. Grayscale: #5F5F5F. Windows color (decimal): -3854509 or 5451717. OLE color: 5451717.

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

Color convert

RGB1974783-
CMYK00.760.580.23
HSL345.6º61.48%47.84%-
HSV(B)345.6º76.14%77.25%-
XYZ25.614.539.64-
YUV95.95120.7200.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.24%
GREEN value IS 47 (18.75% from 255) = 14.37%
BLUE value IS 83 (32.81% from 255) = 25.38%
R=60.24%
G=14.37%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197478300.760.580.23345.661.4847.84
HexC52F5304C3A1715a3d30
Octal30557123011472275327560
Binary1100010110111110100110100110011101010111101011010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c52f53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c52f53; }

 p { color: rgb(197,47,83); }

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

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

 a { background-color: rgb(197,47,83); }

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

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

 span { border-color: rgb(197,47,83); }

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