Shades of Old Rose #C9204D
Tints of Old Rose #C9204D
RGB
CMYK
RGB Variations
Color information
#C9204D (or 0xC9204D) is known color: Old Rose. HEX triplet: C9, 20 and 4D. RGB value is (201,32,77). Sum of RGB (Red+Green+Blue) = 201+32+77=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C9204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9204D is #36DFB2. Grayscale: #575757. Windows color (decimal): -3596211 or 5054665. OLE color: 5054665.
HSL color Cylindrical-coordinate representation of color #C9204D: hue angle of 344.02º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9204D is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 77 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.21 |
| HSL | 344.02º | 0.73% | 0.46% | - |
| HSV(B) | 344.02º | 0.84% | 0.79% | - |
| XYZ | 25.94 | 13.99 | 8.35 | - |
| YUV | 87.66 | 121.99 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 77 | 0 | 0.84 | 0.62 | 0.21 | 344.02 | 0.73 | 0.46 |
| Hex | C9 | 20 | 4D | 0 | 54 | 3E | 15 | 158 | 49 | 2E |
| Octal | 311 | 40 | 115 | 0 | 124 | 76 | 25 | 530 | 111 | 56 |
| Binary | 11001001 | 100000 | 1001101 | 0 | 1010100 | 111110 | 10101 | 101011000 | 1001001 | 101110 |
Color Harmonies of #C9204D
Complementary color
Monochromatic Colors of #C9204D
Black with #C9204D
Text Example
Text Example
White with #C9204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9204D; }
p { color: rgb(201,32,77); }
H1.HeaderClassName
{
color: #C9204D;
}
.AnyTagClassName
{
color: #C9204D;
}
</style>
background-color css
<style>
a { background-color: #C9204D; }
a { background-color: rgb(201,32,77); }
div.DivClassName
{
background-color: #C9204D;
}
.BgClassName
{
background-color: #C9204D;
}
</style>
border-color css
<style>
span { border-color: #C9204D; }
span { border-color: rgb(201,32,77); }
td.TdClassName
{
border-color: #C9204D;
}
.TagClassName
{
border-color: #C9204D;
}
</style>