Shades of Old Rose #C52252
Tints of Old Rose #C52252
RGB
CMYK
RGB Variations
Color information
#C52252 (or 0xC52252) is known color: Old Rose. HEX triplet: C5, 22 and 52. RGB value is (197,34,82). Sum of RGB (Red+Green+Blue) = 197+34+82=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C52252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52252 is #3ADDAD. Grayscale: #585858. Windows color (decimal): -3857838 or 5382853. OLE color: 5382853.
HSL color Cylindrical-coordinate representation of color #C52252: hue angle of 342.33º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C52252 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 82 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.23 |
| HSL | 342.33º | 0.71% | 0.45% | - |
| HSV(B) | 342.33º | 0.83% | 0.77% | - |
| XYZ | 25.12 | 13.62 | 9.29 | - |
| YUV | 88.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 82 | 0 | 0.83 | 0.58 | 0.23 | 342.33 | 0.71 | 0.45 |
| Hex | C5 | 22 | 52 | 0 | 53 | 3A | 17 | 156 | 47 | 2D |
| Octal | 305 | 42 | 122 | 0 | 123 | 72 | 27 | 526 | 107 | 55 |
| Binary | 11000101 | 100010 | 1010010 | 0 | 1010011 | 111010 | 10111 | 101010110 | 1000111 | 101101 |
Color Harmonies of #C52252
Complementary color
Monochromatic Colors of #C52252
Black with #C52252
Text Example
Text Example
White with #C52252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52252; }
p { color: rgb(197,34,82); }
H1.HeaderClassName
{
color: #C52252;
}
.AnyTagClassName
{
color: #C52252;
}
</style>
background-color css
<style>
a { background-color: #C52252; }
a { background-color: rgb(197,34,82); }
div.DivClassName
{
background-color: #C52252;
}
.BgClassName
{
background-color: #C52252;
}
</style>
border-color css
<style>
span { border-color: #C52252; }
span { border-color: rgb(197,34,82); }
td.TdClassName
{
border-color: #C52252;
}
.TagClassName
{
border-color: #C52252;
}
</style>