Shades of Old Rose #C52057
Tints of Old Rose #C52057
RGB
CMYK
RGB Variations
Color information
#C52057 (or 0xC52057) is known color: Old Rose. HEX triplet: C5, 20 and 57. RGB value is (197,32,87). Sum of RGB (Red+Green+Blue) = 197+32+87=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C52057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52057 is #3ADFA8. Grayscale: #575757. Windows color (decimal): -3858345 or 5710021. OLE color: 5710021.
HSL color Cylindrical-coordinate representation of color #C52057: hue angle of 340º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C52057 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 87 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.23 |
| HSL | 340º | 0.72% | 0.45% | - |
| HSV(B) | 340º | 0.84% | 0.77% | - |
| XYZ | 25.26 | 13.59 | 10.31 | - |
| YUV | 87.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 87 | 0 | 0.84 | 0.56 | 0.23 | 340 | 0.72 | 0.45 |
| Hex | C5 | 20 | 57 | 0 | 54 | 38 | 17 | 154 | 48 | 2D |
| Octal | 305 | 40 | 127 | 0 | 124 | 70 | 27 | 524 | 110 | 55 |
| Binary | 11000101 | 100000 | 1010111 | 0 | 1010100 | 111000 | 10111 | 101010100 | 1001000 | 101101 |
Color Harmonies of #C52057
Complementary color
Monochromatic Colors of #C52057
Black with #C52057
Text Example
Text Example
White with #C52057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52057; }
p { color: rgb(197,32,87); }
H1.HeaderClassName
{
color: #C52057;
}
.AnyTagClassName
{
color: #C52057;
}
</style>
background-color css
<style>
a { background-color: #C52057; }
a { background-color: rgb(197,32,87); }
div.DivClassName
{
background-color: #C52057;
}
.BgClassName
{
background-color: #C52057;
}
</style>
border-color css
<style>
span { border-color: #C52057; }
span { border-color: rgb(197,32,87); }
td.TdClassName
{
border-color: #C52057;
}
.TagClassName
{
border-color: #C52057;
}
</style>