Shades of Old Rose #C5234A
Tints of Old Rose #C5234A
RGB
CMYK
RGB Variations
Color information
#C5234A (or 0xC5234A) is known color: Old Rose. HEX triplet: C5, 23 and 4A. RGB value is (197,35,74). Sum of RGB (Red+Green+Blue) = 197+35+74=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5234A is #3ADCB5. Grayscale: #575757. Windows color (decimal): -3857590 or 4858821. OLE color: 4858821.
HSL color Cylindrical-coordinate representation of color #C5234A: hue angle of 345.56º 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 #C5234A is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 74 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.23 |
| HSL | 345.56º | 0.7% | 0.45% | - |
| HSV(B) | 345.56º | 0.82% | 0.77% | - |
| XYZ | 24.86 | 13.57 | 7.79 | - |
| YUV | 87.88 | 120.17 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 74 | 0 | 0.82 | 0.62 | 0.23 | 345.56 | 0.7 | 0.45 |
| Hex | C5 | 23 | 4A | 0 | 52 | 3E | 17 | 15A | 46 | 2D |
| Octal | 305 | 43 | 112 | 0 | 122 | 76 | 27 | 532 | 106 | 55 |
| Binary | 11000101 | 100011 | 1001010 | 0 | 1010010 | 111110 | 10111 | 101011010 | 1000110 | 101101 |
Color Harmonies of #C5234A
Complementary color
Monochromatic Colors of #C5234A
Black with #C5234A
Text Example
Text Example
White with #C5234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5234A; }
p { color: rgb(197,35,74); }
H1.HeaderClassName
{
color: #C5234A;
}
.AnyTagClassName
{
color: #C5234A;
}
</style>
background-color css
<style>
a { background-color: #C5234A; }
a { background-color: rgb(197,35,74); }
div.DivClassName
{
background-color: #C5234A;
}
.BgClassName
{
background-color: #C5234A;
}
</style>
border-color css
<style>
span { border-color: #C5234A; }
span { border-color: rgb(197,35,74); }
td.TdClassName
{
border-color: #C5234A;
}
.TagClassName
{
border-color: #C5234A;
}
</style>