Shades of Old Rose #C5245E
Tints of Old Rose #C5245E
RGB
CMYK
RGB Variations
Color information
#C5245E (or 0xC5245E) is known color: Old Rose. HEX triplet: C5, 24 and 5E. RGB value is (197,36,94). Sum of RGB (Red+Green+Blue) = 197+36+94=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5245E is #3ADBA1. Grayscale: #5A5A5A. Windows color (decimal): -3857314 or 6169797. OLE color: 6169797.
HSL color Cylindrical-coordinate representation of color #C5245E: hue angle of 338.39º 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 #C5245E is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 94 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.23 |
| HSL | 338.39º | 0.69% | 0.46% | - |
| HSV(B) | 338.39º | 0.82% | 0.77% | - |
| XYZ | 25.68 | 13.94 | 11.93 | - |
| YUV | 90.75 | 129.84 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 94 | 0 | 0.82 | 0.52 | 0.23 | 338.39 | 0.69 | 0.46 |
| Hex | C5 | 24 | 5E | 0 | 52 | 34 | 17 | 152 | 45 | 2E |
| Octal | 305 | 44 | 136 | 0 | 122 | 64 | 27 | 522 | 105 | 56 |
| Binary | 11000101 | 100100 | 1011110 | 0 | 1010010 | 110100 | 10111 | 101010010 | 1000101 | 101110 |
Color Harmonies of #C5245E
Complementary color
Monochromatic Colors of #C5245E
Black with #C5245E
Text Example
Text Example
White with #C5245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5245E; }
p { color: rgb(197,36,94); }
H1.HeaderClassName
{
color: #C5245E;
}
.AnyTagClassName
{
color: #C5245E;
}
</style>
background-color css
<style>
a { background-color: #C5245E; }
a { background-color: rgb(197,36,94); }
div.DivClassName
{
background-color: #C5245E;
}
.BgClassName
{
background-color: #C5245E;
}
</style>
border-color css
<style>
span { border-color: #C5245E; }
span { border-color: rgb(197,36,94); }
td.TdClassName
{
border-color: #C5245E;
}
.TagClassName
{
border-color: #C5245E;
}
</style>