Shades of Old Rose #C52761
Tints of Old Rose #C52761
RGB
CMYK
RGB Variations
Color information
#C52761 (or 0xC52761) is known color: Old Rose. HEX triplet: C5, 27 and 61. RGB value is (197,39,97). Sum of RGB (Red+Green+Blue) = 197+39+97=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C52761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52761 is #3AD89E. Grayscale: #5C5C5C. Windows color (decimal): -3856543 or 6367173. OLE color: 6367173.
HSL color Cylindrical-coordinate representation of color #C52761: hue angle of 337.97º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52761 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 97 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.23 |
| HSL | 337.97º | 0.67% | 0.46% | - |
| HSV(B) | 337.97º | 0.8% | 0.77% | - |
| XYZ | 25.91 | 14.18 | 12.68 | - |
| YUV | 92.85 | 130.35 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 97 | 0 | 0.80 | 0.51 | 0.23 | 337.97 | 0.67 | 0.46 |
| Hex | C5 | 27 | 61 | 0 | 50 | 33 | 17 | 152 | 43 | 2E |
| Octal | 305 | 47 | 141 | 0 | 120 | 63 | 27 | 522 | 103 | 56 |
| Binary | 11000101 | 100111 | 1100001 | 0 | 1010000 | 110011 | 10111 | 101010010 | 1000011 | 101110 |
Color Harmonies of #C52761
Complementary color
Monochromatic Colors of #C52761
Black with #C52761
Text Example
Text Example
White with #C52761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52761; }
p { color: rgb(197,39,97); }
H1.HeaderClassName
{
color: #C52761;
}
.AnyTagClassName
{
color: #C52761;
}
</style>
background-color css
<style>
a { background-color: #C52761; }
a { background-color: rgb(197,39,97); }
div.DivClassName
{
background-color: #C52761;
}
.BgClassName
{
background-color: #C52761;
}
</style>
border-color css
<style>
span { border-color: #C52761; }
span { border-color: rgb(197,39,97); }
td.TdClassName
{
border-color: #C52761;
}
.TagClassName
{
border-color: #C52761;
}
</style>