Shades of Old Rose #C5204E
Tints of Old Rose #C5204E
RGB
CMYK
RGB Variations
Color information
#C5204E (or 0xC5204E) is known color: Old Rose. HEX triplet: C5, 20 and 4E. RGB value is (197,32,78). Sum of RGB (Red+Green+Blue) = 197+32+78=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5204E is #3ADFB1. Grayscale: #565656. Windows color (decimal): -3858354 or 5120197. OLE color: 5120197.
HSL color Cylindrical-coordinate representation of color #C5204E: hue angle of 343.27º 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 #C5204E is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 78 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.23 |
| HSL | 343.27º | 0.72% | 0.45% | - |
| HSV(B) | 343.27º | 0.84% | 0.77% | - |
| XYZ | 24.92 | 13.45 | 8.49 | - |
| YUV | 86.58 | 123.16 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 78 | 0 | 0.84 | 0.60 | 0.23 | 343.27 | 0.72 | 0.45 |
| Hex | C5 | 20 | 4E | 0 | 54 | 3C | 17 | 157 | 48 | 2D |
| Octal | 305 | 40 | 116 | 0 | 124 | 74 | 27 | 527 | 110 | 55 |
| Binary | 11000101 | 100000 | 1001110 | 0 | 1010100 | 111100 | 10111 | 101010111 | 1001000 | 101101 |
Color Harmonies of #C5204E
Complementary color
Monochromatic Colors of #C5204E
Black with #C5204E
Text Example
Text Example
White with #C5204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5204E; }
p { color: rgb(197,32,78); }
H1.HeaderClassName
{
color: #C5204E;
}
.AnyTagClassName
{
color: #C5204E;
}
</style>
background-color css
<style>
a { background-color: #C5204E; }
a { background-color: rgb(197,32,78); }
div.DivClassName
{
background-color: #C5204E;
}
.BgClassName
{
background-color: #C5204E;
}
</style>
border-color css
<style>
span { border-color: #C5204E; }
span { border-color: rgb(197,32,78); }
td.TdClassName
{
border-color: #C5204E;
}
.TagClassName
{
border-color: #C5204E;
}
</style>