#C52A60

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

Shades of Old Rose #C52A60

Tints of Old Rose #C52A60

Color information

#C52A60 (or 0xC52A60) is unknown color: approx Old Rose. HEX triplet: C5, 2A and 60. RGB value is (197,42,96). Sum of RGB (Red+Green+Blue) = 197+42+96=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52A60 is #3AD59F. Grayscale: #5E5E5E. Windows color (decimal): -3855776 or 6302405. OLE color: 6302405.

HSL color Cylindrical-coordinate representation of color #C52A60: hue angle of 339.1º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52A60 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB1974296-
CMYK00.790.510.23
HSL339.1º64.85%46.86%-
HSV(B)339.1º78.68%77.25%-
XYZ25.9714.3712.47-
YUV94.5128.85201.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.81%
GREEN value IS 42 (16.80% from 255) = 12.54%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=58.81%
G=12.54%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197429600.790.510.23339.164.8546.86
HexC52A6004F3317153412f
Octal305521400117632752310157
Binary11000101101010110000001001111110011101111010100111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52A60; }

 p { color: rgb(197,42,96); }

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

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

 a { background-color: rgb(197,42,96); }

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

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

 span { border-color: rgb(197,42,96); }

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