Shades of Old Rose #C52448
Tints of Old Rose #C52448
RGB
CMYK
RGB Variations
Color information
#C52448 (or 0xC52448) is known color: Old Rose. HEX triplet: C5, 24 and 48. RGB value is (197,36,72). Sum of RGB (Red+Green+Blue) = 197+36+72=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C52448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52448 is #3ADBB7. Grayscale: #585858. Windows color (decimal): -3857336 or 4728005. OLE color: 4728005.
HSL color Cylindrical-coordinate representation of color #C52448: hue angle of 346.58º 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 #C52448 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 72 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.23 |
| HSL | 346.58º | 0.69% | 0.46% | - |
| HSV(B) | 346.58º | 0.82% | 0.77% | - |
| XYZ | 24.83 | 13.6 | 7.45 | - |
| YUV | 88.24 | 118.84 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 72 | 0 | 0.82 | 0.63 | 0.23 | 346.58 | 0.69 | 0.46 |
| Hex | C5 | 24 | 48 | 0 | 52 | 3F | 17 | 15B | 45 | 2E |
| Octal | 305 | 44 | 110 | 0 | 122 | 77 | 27 | 533 | 105 | 56 |
| Binary | 11000101 | 100100 | 1001000 | 0 | 1010010 | 111111 | 10111 | 101011011 | 1000101 | 101110 |
Color Harmonies of #C52448
Complementary color
Monochromatic Colors of #C52448
Black with #C52448
Text Example
Text Example
White with #C52448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52448; }
p { color: rgb(197,36,72); }
H1.HeaderClassName
{
color: #C52448;
}
.AnyTagClassName
{
color: #C52448;
}
</style>
background-color css
<style>
a { background-color: #C52448; }
a { background-color: rgb(197,36,72); }
div.DivClassName
{
background-color: #C52448;
}
.BgClassName
{
background-color: #C52448;
}
</style>
border-color css
<style>
span { border-color: #C52448; }
span { border-color: rgb(197,36,72); }
td.TdClassName
{
border-color: #C52448;
}
.TagClassName
{
border-color: #C52448;
}
</style>