Shades of Rose #C9A091
Tints of Rose #C9A091
RGB
CMYK
RGB Variations
Color information
#C9A091 (or 0xC9A091) is known color: Rose. HEX triplet: C9, A0 and 91. RGB value is (201,160,145). Sum of RGB (Red+Green+Blue) = 201+160+145=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A091 is #365F6E. Grayscale: #AAAAAA. Windows color (decimal): -3563375 or 9543881. OLE color: 9543881.
HSL color Cylindrical-coordinate representation of color #C9A091: hue angle of 16.07º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9A091 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 145 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.21 |
| HSL | 16.07º | 0.34% | 0.68% | - |
| HSV(B) | 16.07º | 0.28% | 0.79% | - |
| XYZ | 41.77 | 39.6 | 32.23 | - |
| YUV | 170.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 145 | 0 | 0.20 | 0.28 | 0.21 | 16.07 | 0.34 | 0.68 |
| Hex | C9 | A0 | 91 | 0 | 14 | 1C | 15 | 10 | 22 | 44 |
| Octal | 311 | 240 | 221 | 0 | 24 | 34 | 25 | 20 | 42 | 104 |
| Binary | 11001001 | 10100000 | 10010001 | 0 | 10100 | 11100 | 10101 | 10000 | 100010 | 1000100 |
Color Harmonies of #C9A091
Complementary color
Monochromatic Colors of #C9A091
Black with #C9A091
Text Example
Text Example
White with #C9A091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A091; }
p { color: rgb(201,160,145); }
H1.HeaderClassName
{
color: #C9A091;
}
.AnyTagClassName
{
color: #C9A091;
}
</style>
background-color css
<style>
a { background-color: #C9A091; }
a { background-color: rgb(201,160,145); }
div.DivClassName
{
background-color: #C9A091;
}
.BgClassName
{
background-color: #C9A091;
}
</style>
border-color css
<style>
span { border-color: #C9A091; }
span { border-color: rgb(201,160,145); }
td.TdClassName
{
border-color: #C9A091;
}
.TagClassName
{
border-color: #C9A091;
}
</style>