Shades of Old Rose #C5254E
Tints of Old Rose #C5254E
RGB
CMYK
RGB Variations
Color information
#C5254E (or 0xC5254E) is known color: Old Rose. HEX triplet: C5, 25 and 4E. RGB value is (197,37,78). Sum of RGB (Red+Green+Blue) = 197+37+78=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5254E is #3ADAB1. Grayscale: #595959. Windows color (decimal): -3857074 or 5121477. OLE color: 5121477.
HSL color Cylindrical-coordinate representation of color #C5254E: hue angle of 344.62º 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 #C5254E is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 78 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.23 |
| HSL | 344.63º | 0.68% | 0.46% | - |
| HSV(B) | 344.63º | 0.81% | 0.77% | - |
| XYZ | 25.06 | 13.74 | 8.54 | - |
| YUV | 89.51 | 121.51 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 78 | 0 | 0.81 | 0.60 | 0.23 | 344.63 | 0.68 | 0.46 |
| Hex | C5 | 25 | 4E | 0 | 51 | 3C | 17 | 159 | 44 | 2E |
| Octal | 305 | 45 | 116 | 0 | 121 | 74 | 27 | 531 | 104 | 56 |
| Binary | 11000101 | 100101 | 1001110 | 0 | 1010001 | 111100 | 10111 | 101011001 | 1000100 | 101110 |
Color Harmonies of #C5254E
Complementary color
Monochromatic Colors of #C5254E
Black with #C5254E
Text Example
Text Example
White with #C5254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5254E; }
p { color: rgb(197,37,78); }
H1.HeaderClassName
{
color: #C5254E;
}
.AnyTagClassName
{
color: #C5254E;
}
</style>
background-color css
<style>
a { background-color: #C5254E; }
a { background-color: rgb(197,37,78); }
div.DivClassName
{
background-color: #C5254E;
}
.BgClassName
{
background-color: #C5254E;
}
</style>
border-color css
<style>
span { border-color: #C5254E; }
span { border-color: rgb(197,37,78); }
td.TdClassName
{
border-color: #C5254E;
}
.TagClassName
{
border-color: #C5254E;
}
</style>