Shades of Old Rose #C52447
Tints of Old Rose #C52447
RGB
CMYK
RGB Variations
Color information
#C52447 (or 0xC52447) is known color: Old Rose. HEX triplet: C5, 24 and 47. RGB value is (197,36,71). Sum of RGB (Red+Green+Blue) = 197+36+71=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C52447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52447 is #3ADBB8. Grayscale: #585858. Windows color (decimal): -3857337 or 4662469. OLE color: 4662469.
HSL color Cylindrical-coordinate representation of color #C52447: hue angle of 346.96º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52447 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 71 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.23 |
| HSL | 346.96º | 0.69% | 0.46% | - |
| HSV(B) | 346.96º | 0.82% | 0.77% | - |
| XYZ | 24.79 | 13.59 | 7.28 | - |
| YUV | 88.13 | 118.34 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 71 | 0 | 0.82 | 0.64 | 0.23 | 346.96 | 0.69 | 0.46 |
| Hex | C5 | 24 | 47 | 0 | 52 | 40 | 17 | 15B | 45 | 2E |
| Octal | 305 | 44 | 107 | 0 | 122 | 100 | 27 | 533 | 105 | 56 |
| Binary | 11000101 | 100100 | 1000111 | 0 | 1010010 | 1000000 | 10111 | 101011011 | 1000101 | 101110 |
Color Harmonies of #C52447
Complementary color
Monochromatic Colors of #C52447
Black with #C52447
Text Example
Text Example
White with #C52447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52447; }
p { color: rgb(197,36,71); }
H1.HeaderClassName
{
color: #C52447;
}
.AnyTagClassName
{
color: #C52447;
}
</style>
background-color css
<style>
a { background-color: #C52447; }
a { background-color: rgb(197,36,71); }
div.DivClassName
{
background-color: #C52447;
}
.BgClassName
{
background-color: #C52447;
}
</style>
border-color css
<style>
span { border-color: #C52447; }
span { border-color: rgb(197,36,71); }
td.TdClassName
{
border-color: #C52447;
}
.TagClassName
{
border-color: #C52447;
}
</style>