Shades of Old Rose #C52651
Tints of Old Rose #C52651
RGB
CMYK
RGB Variations
Color information
#C52651 (or 0xC52651) is known color: Old Rose. HEX triplet: C5, 26 and 51. RGB value is (197,38,81). Sum of RGB (Red+Green+Blue) = 197+38+81=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C52651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52651 is #3AD9AE. Grayscale: #5A5A5A. Windows color (decimal): -3856815 or 5318341. OLE color: 5318341.
HSL color Cylindrical-coordinate representation of color #C52651: hue angle of 343.77º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52651 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 81 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.23 |
| HSL | 343.77º | 0.68% | 0.46% | - |
| HSV(B) | 343.77º | 0.81% | 0.77% | - |
| XYZ | 25.2 | 13.85 | 9.13 | - |
| YUV | 90.44 | 122.68 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 81 | 0 | 0.81 | 0.59 | 0.23 | 343.77 | 0.68 | 0.46 |
| Hex | C5 | 26 | 51 | 0 | 51 | 3B | 17 | 158 | 44 | 2E |
| Octal | 305 | 46 | 121 | 0 | 121 | 73 | 27 | 530 | 104 | 56 |
| Binary | 11000101 | 100110 | 1010001 | 0 | 1010001 | 111011 | 10111 | 101011000 | 1000100 | 101110 |
Color Harmonies of #C52651
Complementary color
Monochromatic Colors of #C52651
Black with #C52651
Text Example
Text Example
White with #C52651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52651; }
p { color: rgb(197,38,81); }
H1.HeaderClassName
{
color: #C52651;
}
.AnyTagClassName
{
color: #C52651;
}
</style>
background-color css
<style>
a { background-color: #C52651; }
a { background-color: rgb(197,38,81); }
div.DivClassName
{
background-color: #C52651;
}
.BgClassName
{
background-color: #C52651;
}
</style>
border-color css
<style>
span { border-color: #C52651; }
span { border-color: rgb(197,38,81); }
td.TdClassName
{
border-color: #C52651;
}
.TagClassName
{
border-color: #C52651;
}
</style>