Shades of Old Rose #C5234E
Tints of Old Rose #C5234E
RGB
CMYK
RGB Variations
Color information
#C5234E (or 0xC5234E) is known color: Old Rose. HEX triplet: C5, 23 and 4E. RGB value is (197,35,78). Sum of RGB (Red+Green+Blue) = 197+35+78=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5234E is #3ADCB1. Grayscale: #585858. Windows color (decimal): -3857586 or 5120965. OLE color: 5120965.
HSL color Cylindrical-coordinate representation of color #C5234E: hue angle of 344.07º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5234E is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 78 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.23 |
| HSL | 344.07º | 0.7% | 0.45% | - |
| HSV(B) | 344.07º | 0.82% | 0.77% | - |
| XYZ | 25 | 13.62 | 8.52 | - |
| YUV | 88.34 | 122.17 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 78 | 0 | 0.82 | 0.60 | 0.23 | 344.07 | 0.7 | 0.45 |
| Hex | C5 | 23 | 4E | 0 | 52 | 3C | 17 | 158 | 46 | 2D |
| Octal | 305 | 43 | 116 | 0 | 122 | 74 | 27 | 530 | 106 | 55 |
| Binary | 11000101 | 100011 | 1001110 | 0 | 1010010 | 111100 | 10111 | 101011000 | 1000110 | 101101 |
Color Harmonies of #C5234E
Complementary color
Monochromatic Colors of #C5234E
Black with #C5234E
Text Example
Text Example
White with #C5234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5234E; }
p { color: rgb(197,35,78); }
H1.HeaderClassName
{
color: #C5234E;
}
.AnyTagClassName
{
color: #C5234E;
}
</style>
background-color css
<style>
a { background-color: #C5234E; }
a { background-color: rgb(197,35,78); }
div.DivClassName
{
background-color: #C5234E;
}
.BgClassName
{
background-color: #C5234E;
}
</style>
border-color css
<style>
span { border-color: #C5234E; }
span { border-color: rgb(197,35,78); }
td.TdClassName
{
border-color: #C5234E;
}
.TagClassName
{
border-color: #C5234E;
}
</style>