Shades of Old Rose #C52149
Tints of Old Rose #C52149
RGB
CMYK
RGB Variations
Color information
#C52149 (or 0xC52149) is known color: Old Rose. HEX triplet: C5, 21 and 49. RGB value is (197,33,73). Sum of RGB (Red+Green+Blue) = 197+33+73=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C52149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52149 is #3ADEB6. Grayscale: #565656. Windows color (decimal): -3858103 or 4792773. OLE color: 4792773.
HSL color Cylindrical-coordinate representation of color #C52149: hue angle of 345.37º 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 #C52149 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 73 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.23 |
| HSL | 345.37º | 0.71% | 0.45% | - |
| HSV(B) | 345.37º | 0.83% | 0.77% | - |
| XYZ | 24.77 | 13.44 | 7.59 | - |
| YUV | 86.6 | 120.33 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 73 | 0 | 0.83 | 0.63 | 0.23 | 345.37 | 0.71 | 0.45 |
| Hex | C5 | 21 | 49 | 0 | 53 | 3F | 17 | 159 | 47 | 2D |
| Octal | 305 | 41 | 111 | 0 | 123 | 77 | 27 | 531 | 107 | 55 |
| Binary | 11000101 | 100001 | 1001001 | 0 | 1010011 | 111111 | 10111 | 101011001 | 1000111 | 101101 |
Color Harmonies of #C52149
Complementary color
Monochromatic Colors of #C52149
Black with #C52149
Text Example
Text Example
White with #C52149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52149; }
p { color: rgb(197,33,73); }
H1.HeaderClassName
{
color: #C52149;
}
.AnyTagClassName
{
color: #C52149;
}
</style>
background-color css
<style>
a { background-color: #C52149; }
a { background-color: rgb(197,33,73); }
div.DivClassName
{
background-color: #C52149;
}
.BgClassName
{
background-color: #C52149;
}
</style>
border-color css
<style>
span { border-color: #C52149; }
span { border-color: rgb(197,33,73); }
td.TdClassName
{
border-color: #C52149;
}
.TagClassName
{
border-color: #C52149;
}
</style>