Shades of Old Rose #C52457
Tints of Old Rose #C52457
RGB
CMYK
RGB Variations
Color information
#C52457 (or 0xC52457) is known color: Old Rose. HEX triplet: C5, 24 and 57. RGB value is (197,36,87). Sum of RGB (Red+Green+Blue) = 197+36+87=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C52457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52457 is #3ADBA8. Grayscale: #595959. Windows color (decimal): -3857321 or 5711045. OLE color: 5711045.
HSL color Cylindrical-coordinate representation of color #C52457: hue angle of 340.99º 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 #C52457 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 87 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.23 |
| HSL | 340.99º | 0.69% | 0.46% | - |
| HSV(B) | 340.99º | 0.82% | 0.77% | - |
| XYZ | 25.38 | 13.82 | 10.35 | - |
| YUV | 89.95 | 126.34 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 87 | 0 | 0.82 | 0.56 | 0.23 | 340.99 | 0.69 | 0.46 |
| Hex | C5 | 24 | 57 | 0 | 52 | 38 | 17 | 155 | 45 | 2E |
| Octal | 305 | 44 | 127 | 0 | 122 | 70 | 27 | 525 | 105 | 56 |
| Binary | 11000101 | 100100 | 1010111 | 0 | 1010010 | 111000 | 10111 | 101010101 | 1000101 | 101110 |
Color Harmonies of #C52457
Complementary color
Monochromatic Colors of #C52457
Black with #C52457
Text Example
Text Example
White with #C52457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52457; }
p { color: rgb(197,36,87); }
H1.HeaderClassName
{
color: #C52457;
}
.AnyTagClassName
{
color: #C52457;
}
</style>
background-color css
<style>
a { background-color: #C52457; }
a { background-color: rgb(197,36,87); }
div.DivClassName
{
background-color: #C52457;
}
.BgClassName
{
background-color: #C52457;
}
</style>
border-color css
<style>
span { border-color: #C52457; }
span { border-color: rgb(197,36,87); }
td.TdClassName
{
border-color: #C52457;
}
.TagClassName
{
border-color: #C52457;
}
</style>