Shades of Old Rose #C9204C
Tints of Old Rose #C9204C
RGB
CMYK
RGB Variations
Color information
#C9204C (or 0xC9204C) is known color: Old Rose. HEX triplet: C9, 20 and 4C. RGB value is (201,32,76). Sum of RGB (Red+Green+Blue) = 201+32+76=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C9204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9204C is #36DFB3. Grayscale: #575757. Windows color (decimal): -3596212 or 4989129. OLE color: 4989129.
HSL color Cylindrical-coordinate representation of color #C9204C: hue angle of 344.38º 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 #C9204C is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 76 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.21 |
| HSL | 344.38º | 0.73% | 0.46% | - |
| HSV(B) | 344.38º | 0.84% | 0.79% | - |
| XYZ | 25.91 | 13.97 | 8.17 | - |
| YUV | 87.55 | 121.49 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 76 | 0 | 0.84 | 0.62 | 0.21 | 344.38 | 0.73 | 0.46 |
| Hex | C9 | 20 | 4C | 0 | 54 | 3E | 15 | 158 | 49 | 2E |
| Octal | 311 | 40 | 114 | 0 | 124 | 76 | 25 | 530 | 111 | 56 |
| Binary | 11001001 | 100000 | 1001100 | 0 | 1010100 | 111110 | 10101 | 101011000 | 1001001 | 101110 |
Color Harmonies of #C9204C
Complementary color
Monochromatic Colors of #C9204C
Black with #C9204C
Text Example
Text Example
White with #C9204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9204C; }
p { color: rgb(201,32,76); }
H1.HeaderClassName
{
color: #C9204C;
}
.AnyTagClassName
{
color: #C9204C;
}
</style>
background-color css
<style>
a { background-color: #C9204C; }
a { background-color: rgb(201,32,76); }
div.DivClassName
{
background-color: #C9204C;
}
.BgClassName
{
background-color: #C9204C;
}
</style>
border-color css
<style>
span { border-color: #C9204C; }
span { border-color: rgb(201,32,76); }
td.TdClassName
{
border-color: #C9204C;
}
.TagClassName
{
border-color: #C9204C;
}
</style>