Shades of Old Rose #C5204D
Tints of Old Rose #C5204D
RGB
CMYK
RGB Variations
Color information
#C5204D (or 0xC5204D) is known color: Old Rose. HEX triplet: C5, 20 and 4D. RGB value is (197,32,77). Sum of RGB (Red+Green+Blue) = 197+32+77=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5204D is #3ADFB2. Grayscale: #565656. Windows color (decimal): -3858355 or 5054661. OLE color: 5054661.
HSL color Cylindrical-coordinate representation of color #C5204D: hue angle of 343.64º 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 #C5204D is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 77 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.23 |
| HSL | 343.64º | 0.72% | 0.45% | - |
| HSV(B) | 343.64º | 0.84% | 0.77% | - |
| XYZ | 24.88 | 13.44 | 8.3 | - |
| YUV | 86.47 | 122.66 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 77 | 0 | 0.84 | 0.61 | 0.23 | 343.64 | 0.72 | 0.45 |
| Hex | C5 | 20 | 4D | 0 | 54 | 3D | 17 | 158 | 48 | 2D |
| Octal | 305 | 40 | 115 | 0 | 124 | 75 | 27 | 530 | 110 | 55 |
| Binary | 11000101 | 100000 | 1001101 | 0 | 1010100 | 111101 | 10111 | 101011000 | 1001000 | 101101 |
Color Harmonies of #C5204D
Complementary color
Monochromatic Colors of #C5204D
Black with #C5204D
Text Example
Text Example
White with #C5204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5204D; }
p { color: rgb(197,32,77); }
H1.HeaderClassName
{
color: #C5204D;
}
.AnyTagClassName
{
color: #C5204D;
}
</style>
background-color css
<style>
a { background-color: #C5204D; }
a { background-color: rgb(197,32,77); }
div.DivClassName
{
background-color: #C5204D;
}
.BgClassName
{
background-color: #C5204D;
}
</style>
border-color css
<style>
span { border-color: #C5204D; }
span { border-color: rgb(197,32,77); }
td.TdClassName
{
border-color: #C5204D;
}
.TagClassName
{
border-color: #C5204D;
}
</style>