Shades of Old Rose #C5305E
Tints of Old Rose #C5305E
RGB
CMYK
RGB Variations
Color information
#C5305E (or 0xC5305E) is known color: Old Rose. HEX triplet: C5, 30 and 5E. RGB value is (197,48,94). Sum of RGB (Red+Green+Blue) = 197+48+94=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5305E is #3ACFA1. Grayscale: #616161. Windows color (decimal): -3854242 or 6172869. OLE color: 6172869.
HSL color Cylindrical-coordinate representation of color #C5305E: hue angle of 341.48º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5305E is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 94 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.23 |
| HSL | 341.48º | 0.61% | 0.48% | - |
| HSV(B) | 341.48º | 0.76% | 0.77% | - |
| XYZ | 26.1 | 14.79 | 12.07 | - |
| YUV | 97.8 | 125.86 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 94 | 0 | 0.76 | 0.52 | 0.23 | 341.48 | 0.61 | 0.48 |
| Hex | C5 | 30 | 5E | 0 | 4C | 34 | 17 | 155 | 3D | 30 |
| Octal | 305 | 60 | 136 | 0 | 114 | 64 | 27 | 525 | 75 | 60 |
| Binary | 11000101 | 110000 | 1011110 | 0 | 1001100 | 110100 | 10111 | 101010101 | 111101 | 110000 |
Color Harmonies of #C5305E
Complementary color
Monochromatic Colors of #C5305E
Black with #C5305E
Text Example
Text Example
White with #C5305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5305E; }
p { color: rgb(197,48,94); }
H1.HeaderClassName
{
color: #C5305E;
}
.AnyTagClassName
{
color: #C5305E;
}
</style>
background-color css
<style>
a { background-color: #C5305E; }
a { background-color: rgb(197,48,94); }
div.DivClassName
{
background-color: #C5305E;
}
.BgClassName
{
background-color: #C5305E;
}
</style>
border-color css
<style>
span { border-color: #C5305E; }
span { border-color: rgb(197,48,94); }
td.TdClassName
{
border-color: #C5305E;
}
.TagClassName
{
border-color: #C5305E;
}
</style>