Shades of Old Rose #C5205D
Tints of Old Rose #C5205D
RGB
CMYK
RGB Variations
Color information
#C5205D (or 0xC5205D) is known color: Old Rose. HEX triplet: C5, 20 and 5D. RGB value is (197,32,93). Sum of RGB (Red+Green+Blue) = 197+32+93=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C5205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5205D is #3ADFA2. Grayscale: #585858. Windows color (decimal): -3858339 or 6103237. OLE color: 6103237.
HSL color Cylindrical-coordinate representation of color #C5205D: hue angle of 337.82º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5205D is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 93 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.23 |
| HSL | 337.82º | 0.72% | 0.45% | - |
| HSV(B) | 337.82º | 0.84% | 0.77% | - |
| XYZ | 25.52 | 13.69 | 11.65 | - |
| YUV | 88.29 | 130.66 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 93 | 0 | 0.84 | 0.53 | 0.23 | 337.82 | 0.72 | 0.45 |
| Hex | C5 | 20 | 5D | 0 | 54 | 35 | 17 | 152 | 48 | 2D |
| Octal | 305 | 40 | 135 | 0 | 124 | 65 | 27 | 522 | 110 | 55 |
| Binary | 11000101 | 100000 | 1011101 | 0 | 1010100 | 110101 | 10111 | 101010010 | 1001000 | 101101 |
Color Harmonies of #C5205D
Complementary color
Monochromatic Colors of #C5205D
Black with #C5205D
Text Example
Text Example
White with #C5205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5205D; }
p { color: rgb(197,32,93); }
H1.HeaderClassName
{
color: #C5205D;
}
.AnyTagClassName
{
color: #C5205D;
}
</style>
background-color css
<style>
a { background-color: #C5205D; }
a { background-color: rgb(197,32,93); }
div.DivClassName
{
background-color: #C5205D;
}
.BgClassName
{
background-color: #C5205D;
}
</style>
border-color css
<style>
span { border-color: #C5205D; }
span { border-color: rgb(197,32,93); }
td.TdClassName
{
border-color: #C5205D;
}
.TagClassName
{
border-color: #C5205D;
}
</style>