Shades of Old Rose #C5234D
Tints of Old Rose #C5234D
RGB
CMYK
RGB Variations
Color information
#C5234D (or 0xC5234D) is known color: Old Rose. HEX triplet: C5, 23 and 4D. RGB value is (197,35,77). Sum of RGB (Red+Green+Blue) = 197+35+77=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5234D is #3ADCB2. Grayscale: #585858. Windows color (decimal): -3857587 or 5055429. OLE color: 5055429.
HSL color Cylindrical-coordinate representation of color #C5234D: hue angle of 344.44º 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 #C5234D is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 77 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.23 |
| HSL | 344.44º | 0.7% | 0.45% | - |
| HSV(B) | 344.44º | 0.82% | 0.77% | - |
| XYZ | 24.97 | 13.61 | 8.33 | - |
| YUV | 88.23 | 121.67 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 77 | 0 | 0.82 | 0.61 | 0.23 | 344.44 | 0.7 | 0.45 |
| Hex | C5 | 23 | 4D | 0 | 52 | 3D | 17 | 158 | 46 | 2D |
| Octal | 305 | 43 | 115 | 0 | 122 | 75 | 27 | 530 | 106 | 55 |
| Binary | 11000101 | 100011 | 1001101 | 0 | 1010010 | 111101 | 10111 | 101011000 | 1000110 | 101101 |
Color Harmonies of #C5234D
Complementary color
Monochromatic Colors of #C5234D
Black with #C5234D
Text Example
Text Example
White with #C5234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5234D; }
p { color: rgb(197,35,77); }
H1.HeaderClassName
{
color: #C5234D;
}
.AnyTagClassName
{
color: #C5234D;
}
</style>
background-color css
<style>
a { background-color: #C5234D; }
a { background-color: rgb(197,35,77); }
div.DivClassName
{
background-color: #C5234D;
}
.BgClassName
{
background-color: #C5234D;
}
</style>
border-color css
<style>
span { border-color: #C5234D; }
span { border-color: rgb(197,35,77); }
td.TdClassName
{
border-color: #C5234D;
}
.TagClassName
{
border-color: #C5234D;
}
</style>