Shades of Old Rose #C52E4E
Tints of Old Rose #C52E4E
RGB
CMYK
RGB Variations
Color information
#C52E4E (or 0xC52E4E) is known color: Old Rose. HEX triplet: C5, 2E and 4E. RGB value is (197,46,78). Sum of RGB (Red+Green+Blue) = 197+46+78=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52E4E is #3AD1B1. Grayscale: #5E5E5E. Windows color (decimal): -3854770 or 5123781. OLE color: 5123781.
HSL color Cylindrical-coordinate representation of color #C52E4E: hue angle of 347.28º 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 #C52E4E is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 78 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.23 |
| HSL | 347.28º | 0.62% | 0.48% | - |
| HSV(B) | 347.28º | 0.77% | 0.77% | - |
| XYZ | 25.38 | 14.37 | 8.64 | - |
| YUV | 94.8 | 118.53 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 78 | 0 | 0.77 | 0.60 | 0.23 | 347.28 | 0.62 | 0.48 |
| Hex | C5 | 2E | 4E | 0 | 4D | 3C | 17 | 15B | 3E | 30 |
| Octal | 305 | 56 | 116 | 0 | 115 | 74 | 27 | 533 | 76 | 60 |
| Binary | 11000101 | 101110 | 1001110 | 0 | 1001101 | 111100 | 10111 | 101011011 | 111110 | 110000 |
Color Harmonies of #C52E4E
Complementary color
Monochromatic Colors of #C52E4E
Black with #C52E4E
Text Example
Text Example
White with #C52E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E4E; }
p { color: rgb(197,46,78); }
H1.HeaderClassName
{
color: #C52E4E;
}
.AnyTagClassName
{
color: #C52E4E;
}
</style>
background-color css
<style>
a { background-color: #C52E4E; }
a { background-color: rgb(197,46,78); }
div.DivClassName
{
background-color: #C52E4E;
}
.BgClassName
{
background-color: #C52E4E;
}
</style>
border-color css
<style>
span { border-color: #C52E4E; }
span { border-color: rgb(197,46,78); }
td.TdClassName
{
border-color: #C52E4E;
}
.TagClassName
{
border-color: #C52E4E;
}
</style>