Shades of Old Rose #C5234F
Tints of Old Rose #C5234F
RGB
CMYK
RGB Variations
Color information
#C5234F (or 0xC5234F) is known color: Old Rose. HEX triplet: C5, 23 and 4F. RGB value is (197,35,79). Sum of RGB (Red+Green+Blue) = 197+35+79=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5234F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5234F is #3ADCB0. Grayscale: #585858. Windows color (decimal): -3857585 or 5186501. OLE color: 5186501.
HSL color Cylindrical-coordinate representation of color #C5234F: hue angle of 343.7º 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 #C5234F is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 79 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.23 |
| HSL | 343.7º | 0.7% | 0.45% | - |
| HSV(B) | 343.7º | 0.82% | 0.77% | - |
| XYZ | 25.04 | 13.64 | 8.71 | - |
| YUV | 88.45 | 122.67 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 79 | 0 | 0.82 | 0.60 | 0.23 | 343.7 | 0.7 | 0.45 |
| Hex | C5 | 23 | 4F | 0 | 52 | 3C | 17 | 158 | 46 | 2D |
| Octal | 305 | 43 | 117 | 0 | 122 | 74 | 27 | 530 | 106 | 55 |
| Binary | 11000101 | 100011 | 1001111 | 0 | 1010010 | 111100 | 10111 | 101011000 | 1000110 | 101101 |
Color Harmonies of #C5234F
Complementary color
Monochromatic Colors of #C5234F
Black with #C5234F
Text Example
Text Example
White with #C5234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5234F; }
p { color: rgb(197,35,79); }
H1.HeaderClassName
{
color: #C5234F;
}
.AnyTagClassName
{
color: #C5234F;
}
</style>
background-color css
<style>
a { background-color: #C5234F; }
a { background-color: rgb(197,35,79); }
div.DivClassName
{
background-color: #C5234F;
}
.BgClassName
{
background-color: #C5234F;
}
</style>
border-color css
<style>
span { border-color: #C5234F; }
span { border-color: rgb(197,35,79); }
td.TdClassName
{
border-color: #C5234F;
}
.TagClassName
{
border-color: #C5234F;
}
</style>