#C52C4F

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

Shades of Old Rose #C52C4F

Tints of Old Rose #C52C4F

Color information

#C52C4F (or 0xC52C4F) is unknown color: approx Old Rose. HEX triplet: C5, 2C and 4F. RGB value is (197,44,79). Sum of RGB (Red+Green+Blue) = 197+44+79=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52C4F is #3AD3B0. Grayscale: #5D5D5D. Windows color (decimal): -3855281 or 5188805. OLE color: 5188805.

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

Color convert

RGB1974479-
CMYK00.780.600.23
HSL346.27º63.49%47.25%-
HSV(B)346.27º77.66%77.25%-
XYZ25.3414.248.81-
YUV93.74119.69201.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.56%
GREEN value IS 44 (17.58% from 255) = 13.75%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=61.56%
G=13.75%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197447900.780.600.23346.2763.4947.25
HexC52C4F04E3C1715a3f2f
Octal30554117011674275327757
Binary1100010110110010011110100111011110010111101011010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52C4F; }

 p { color: rgb(197,44,79); }

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

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

 a { background-color: rgb(197,44,79); }

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

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

 span { border-color: rgb(197,44,79); }

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