Shades of Old Rose #C52657
Tints of Old Rose #C52657
RGB
CMYK
RGB Variations
Color information
#C52657 (or 0xC52657) is known color: Old Rose. HEX triplet: C5, 26 and 57. RGB value is (197,38,87). Sum of RGB (Red+Green+Blue) = 197+38+87=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C52657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52657 is #3AD9A8. Grayscale: #5B5B5B. Windows color (decimal): -3856809 or 5711557. OLE color: 5711557.
HSL color Cylindrical-coordinate representation of color #C52657: hue angle of 341.51º 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 #C52657 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 87 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.23 |
| HSL | 341.51º | 0.68% | 0.46% | - |
| HSV(B) | 341.51º | 0.81% | 0.77% | - |
| XYZ | 25.44 | 13.94 | 10.37 | - |
| YUV | 91.13 | 125.68 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 87 | 0 | 0.81 | 0.56 | 0.23 | 341.51 | 0.68 | 0.46 |
| Hex | C5 | 26 | 57 | 0 | 51 | 38 | 17 | 156 | 44 | 2E |
| Octal | 305 | 46 | 127 | 0 | 121 | 70 | 27 | 526 | 104 | 56 |
| Binary | 11000101 | 100110 | 1010111 | 0 | 1010001 | 111000 | 10111 | 101010110 | 1000100 | 101110 |
Color Harmonies of #C52657
Complementary color
Monochromatic Colors of #C52657
Black with #C52657
Text Example
Text Example
White with #C52657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52657; }
p { color: rgb(197,38,87); }
H1.HeaderClassName
{
color: #C52657;
}
.AnyTagClassName
{
color: #C52657;
}
</style>
background-color css
<style>
a { background-color: #C52657; }
a { background-color: rgb(197,38,87); }
div.DivClassName
{
background-color: #C52657;
}
.BgClassName
{
background-color: #C52657;
}
</style>
border-color css
<style>
span { border-color: #C52657; }
span { border-color: rgb(197,38,87); }
td.TdClassName
{
border-color: #C52657;
}
.TagClassName
{
border-color: #C52657;
}
</style>