Shades of Old Rose #C5204A
Tints of Old Rose #C5204A
RGB
CMYK
RGB Variations
Color information
#C5204A (or 0xC5204A) is known color: Old Rose. HEX triplet: C5, 20 and 4A. RGB value is (197,32,74). Sum of RGB (Red+Green+Blue) = 197+32+74=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C5204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5204A is #3ADFB5. Grayscale: #565656. Windows color (decimal): -3858358 or 4858053. OLE color: 4858053.
HSL color Cylindrical-coordinate representation of color #C5204A: hue angle of 344.73º 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 #C5204A is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 74 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.23 |
| HSL | 344.73º | 0.72% | 0.45% | - |
| HSV(B) | 344.73º | 0.84% | 0.77% | - |
| XYZ | 24.78 | 13.4 | 7.76 | - |
| YUV | 86.12 | 121.16 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 74 | 0 | 0.84 | 0.62 | 0.23 | 344.73 | 0.72 | 0.45 |
| Hex | C5 | 20 | 4A | 0 | 54 | 3E | 17 | 159 | 48 | 2D |
| Octal | 305 | 40 | 112 | 0 | 124 | 76 | 27 | 531 | 110 | 55 |
| Binary | 11000101 | 100000 | 1001010 | 0 | 1010100 | 111110 | 10111 | 101011001 | 1001000 | 101101 |
Color Harmonies of #C5204A
Complementary color
Monochromatic Colors of #C5204A
Black with #C5204A
Text Example
Text Example
White with #C5204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5204A; }
p { color: rgb(197,32,74); }
H1.HeaderClassName
{
color: #C5204A;
}
.AnyTagClassName
{
color: #C5204A;
}
</style>
background-color css
<style>
a { background-color: #C5204A; }
a { background-color: rgb(197,32,74); }
div.DivClassName
{
background-color: #C5204A;
}
.BgClassName
{
background-color: #C5204A;
}
</style>
border-color css
<style>
span { border-color: #C5204A; }
span { border-color: rgb(197,32,74); }
td.TdClassName
{
border-color: #C5204A;
}
.TagClassName
{
border-color: #C5204A;
}
</style>