Shades of Old Rose #C52960
Tints of Old Rose #C52960
RGB
CMYK
RGB Variations
Color information
#C52960 (or 0xC52960) is known color: Old Rose. HEX triplet: C5, 29 and 60. RGB value is (197,41,96). Sum of RGB (Red+Green+Blue) = 197+41+96=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C52960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52960 is #3AD69F. Grayscale: #5D5D5D. Windows color (decimal): -3856032 or 6302149. OLE color: 6302149.
HSL color Cylindrical-coordinate representation of color #C52960: hue angle of 338.85º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52960 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 96 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.23 |
| HSL | 338.85º | 0.66% | 0.47% | - |
| HSV(B) | 338.85º | 0.79% | 0.77% | - |
| XYZ | 25.93 | 14.3 | 12.46 | - |
| YUV | 93.91 | 129.18 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 96 | 0 | 0.79 | 0.51 | 0.23 | 338.85 | 0.66 | 0.47 |
| Hex | C5 | 29 | 60 | 0 | 4F | 33 | 17 | 153 | 42 | 2F |
| Octal | 305 | 51 | 140 | 0 | 117 | 63 | 27 | 523 | 102 | 57 |
| Binary | 11000101 | 101001 | 1100000 | 0 | 1001111 | 110011 | 10111 | 101010011 | 1000010 | 101111 |
Color Harmonies of #C52960
Complementary color
Monochromatic Colors of #C52960
Black with #C52960
Text Example
Text Example
White with #C52960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52960; }
p { color: rgb(197,41,96); }
H1.HeaderClassName
{
color: #C52960;
}
.AnyTagClassName
{
color: #C52960;
}
</style>
background-color css
<style>
a { background-color: #C52960; }
a { background-color: rgb(197,41,96); }
div.DivClassName
{
background-color: #C52960;
}
.BgClassName
{
background-color: #C52960;
}
</style>
border-color css
<style>
span { border-color: #C52960; }
span { border-color: rgb(197,41,96); }
td.TdClassName
{
border-color: #C52960;
}
.TagClassName
{
border-color: #C52960;
}
</style>