Shades of Old Rose #C52950
Tints of Old Rose #C52950
RGB
CMYK
RGB Variations
Color information
#C52950 (or 0xC52950) is known color: Old Rose. HEX triplet: C5, 29 and 50. RGB value is (197,41,80). Sum of RGB (Red+Green+Blue) = 197+41+80=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C52950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52950 is #3AD6AF. Grayscale: #5C5C5C. Windows color (decimal): -3856048 or 5253573. OLE color: 5253573.
HSL color Cylindrical-coordinate representation of color #C52950: hue angle of 345º 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 #C52950 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 80 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.23 |
| HSL | 345º | 0.66% | 0.47% | - |
| HSV(B) | 345º | 0.79% | 0.77% | - |
| XYZ | 25.27 | 14.04 | 8.97 | - |
| YUV | 92.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 80 | 0 | 0.79 | 0.59 | 0.23 | 345 | 0.66 | 0.47 |
| Hex | C5 | 29 | 50 | 0 | 4F | 3B | 17 | 159 | 42 | 2F |
| Octal | 305 | 51 | 120 | 0 | 117 | 73 | 27 | 531 | 102 | 57 |
| Binary | 11000101 | 101001 | 1010000 | 0 | 1001111 | 111011 | 10111 | 101011001 | 1000010 | 101111 |
Color Harmonies of #C52950
Complementary color
Monochromatic Colors of #C52950
Black with #C52950
Text Example
Text Example
White with #C52950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52950; }
p { color: rgb(197,41,80); }
H1.HeaderClassName
{
color: #C52950;
}
.AnyTagClassName
{
color: #C52950;
}
</style>
background-color css
<style>
a { background-color: #C52950; }
a { background-color: rgb(197,41,80); }
div.DivClassName
{
background-color: #C52950;
}
.BgClassName
{
background-color: #C52950;
}
</style>
border-color css
<style>
span { border-color: #C52950; }
span { border-color: rgb(197,41,80); }
td.TdClassName
{
border-color: #C52950;
}
.TagClassName
{
border-color: #C52950;
}
</style>