Shades of Old Rose #C52162
Tints of Old Rose #C52162
RGB
CMYK
RGB Variations
Color information
#C52162 (or 0xC52162) is known color: Old Rose. HEX triplet: C5, 21 and 62. RGB value is (197,33,98). Sum of RGB (Red+Green+Blue) = 197+33+98=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C52162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52162 is #3ADE9D. Grayscale: #595959. Windows color (decimal): -3858078 or 6431173. OLE color: 6431173.
HSL color Cylindrical-coordinate representation of color #C52162: hue angle of 336.22º 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 #C52162 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 98 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.23 |
| HSL | 336.22º | 0.71% | 0.45% | - |
| HSV(B) | 336.22º | 0.83% | 0.77% | - |
| XYZ | 25.77 | 13.84 | 12.87 | - |
| YUV | 89.45 | 132.83 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 98 | 0 | 0.83 | 0.50 | 0.23 | 336.22 | 0.71 | 0.45 |
| Hex | C5 | 21 | 62 | 0 | 53 | 32 | 17 | 150 | 47 | 2D |
| Octal | 305 | 41 | 142 | 0 | 123 | 62 | 27 | 520 | 107 | 55 |
| Binary | 11000101 | 100001 | 1100010 | 0 | 1010011 | 110010 | 10111 | 101010000 | 1000111 | 101101 |
Color Harmonies of #C52162
Complementary color
Monochromatic Colors of #C52162
Black with #C52162
Text Example
Text Example
White with #C52162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52162; }
p { color: rgb(197,33,98); }
H1.HeaderClassName
{
color: #C52162;
}
.AnyTagClassName
{
color: #C52162;
}
</style>
background-color css
<style>
a { background-color: #C52162; }
a { background-color: rgb(197,33,98); }
div.DivClassName
{
background-color: #C52162;
}
.BgClassName
{
background-color: #C52162;
}
</style>
border-color css
<style>
span { border-color: #C52162; }
span { border-color: rgb(197,33,98); }
td.TdClassName
{
border-color: #C52162;
}
.TagClassName
{
border-color: #C52162;
}
</style>