#C52A5F

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

Shades of Old Rose #C52A5F

Tints of Old Rose #C52A5F

Color information

#C52A5F (or 0xC52A5F) is unknown color: approx Old Rose. HEX triplet: C5, 2A and 5F. RGB value is (197,42,95). Sum of RGB (Red+Green+Blue) = 197+42+95=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52A5F is #3AD5A0. Grayscale: #5E5E5E. Windows color (decimal): -3855777 or 6236869. OLE color: 6236869.

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

Color convert

RGB1974295-
CMYK00.790.520.23
HSL339.48º64.85%46.86%-
HSV(B)339.48º78.68%77.25%-
XYZ25.9214.3512.23-
YUV94.39128.35201.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.98%
GREEN value IS 42 (16.80% from 255) = 12.57%
BLUE value IS 95 (37.5% from 255) = 28.44%
R=58.98%
G=12.57%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197429500.790.520.23339.4864.8546.86
HexC52A5F04F3417153412f
Octal305521370117642752310157
Binary11000101101010101111101001111110100101111010100111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52A5F; }

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

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

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

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

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

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

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

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