Shades of Old Rose #C52E4C
Tints of Old Rose #C52E4C
RGB
CMYK
RGB Variations
Color information
#C52E4C (or 0xC52E4C) is known color: Old Rose. HEX triplet: C5, 2E and 4C. RGB value is (197,46,76). Sum of RGB (Red+Green+Blue) = 197+46+76=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52E4C is #3AD1B3. Grayscale: #5E5E5E. Windows color (decimal): -3854772 or 4992709. OLE color: 4992709.
HSL color Cylindrical-coordinate representation of color #C52E4C: hue angle of 348.08º 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 #C52E4C is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 76 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.23 |
| HSL | 348.08º | 0.62% | 0.48% | - |
| HSV(B) | 348.08º | 0.77% | 0.77% | - |
| XYZ | 25.31 | 14.35 | 8.27 | - |
| YUV | 94.57 | 117.53 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 76 | 0 | 0.77 | 0.61 | 0.23 | 348.08 | 0.62 | 0.48 |
| Hex | C5 | 2E | 4C | 0 | 4D | 3D | 17 | 15C | 3E | 30 |
| Octal | 305 | 56 | 114 | 0 | 115 | 75 | 27 | 534 | 76 | 60 |
| Binary | 11000101 | 101110 | 1001100 | 0 | 1001101 | 111101 | 10111 | 101011100 | 111110 | 110000 |
Color Harmonies of #C52E4C
Complementary color
Monochromatic Colors of #C52E4C
Black with #C52E4C
Text Example
Text Example
White with #C52E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E4C; }
p { color: rgb(197,46,76); }
H1.HeaderClassName
{
color: #C52E4C;
}
.AnyTagClassName
{
color: #C52E4C;
}
</style>
background-color css
<style>
a { background-color: #C52E4C; }
a { background-color: rgb(197,46,76); }
div.DivClassName
{
background-color: #C52E4C;
}
.BgClassName
{
background-color: #C52E4C;
}
</style>
border-color css
<style>
span { border-color: #C52E4C; }
span { border-color: rgb(197,46,76); }
td.TdClassName
{
border-color: #C52E4C;
}
.TagClassName
{
border-color: #C52E4C;
}
</style>