Shades of Cashmere #C9AD91
Tints of Cashmere #C9AD91
RGB
CMYK
RGB Variations
Color information
#C9AD91 (or 0xC9AD91) is known color: Cashmere. HEX triplet: C9, AD and 91. RGB value is (201,173,145). Sum of RGB (Red+Green+Blue) = 201+173+145=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AD91 is #36526E. Grayscale: #B2B2B2. Windows color (decimal): -3560047 or 9547209. OLE color: 9547209.
HSL color Cylindrical-coordinate representation of color #C9AD91: hue angle of 30º 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 #C9AD91 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 145 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.21 |
| HSL | 30º | 0.34% | 0.68% | - |
| HSV(B) | 30º | 0.28% | 0.79% | - |
| XYZ | 44.14 | 44.35 | 33.02 | - |
| YUV | 178.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 145 | 0 | 0.14 | 0.28 | 0.21 | 30 | 0.34 | 0.68 |
| Hex | C9 | AD | 91 | 0 | E | 1C | 15 | 1E | 22 | 44 |
| Octal | 311 | 255 | 221 | 0 | 16 | 34 | 25 | 36 | 42 | 104 |
| Binary | 11001001 | 10101101 | 10010001 | 0 | 1110 | 11100 | 10101 | 11110 | 100010 | 1000100 |
Color Harmonies of #C9AD91
Complementary color
Monochromatic Colors of #C9AD91
Black with #C9AD91
Text Example
Text Example
White with #C9AD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD91; }
p { color: rgb(201,173,145); }
H1.HeaderClassName
{
color: #C9AD91;
}
.AnyTagClassName
{
color: #C9AD91;
}
</style>
background-color css
<style>
a { background-color: #C9AD91; }
a { background-color: rgb(201,173,145); }
div.DivClassName
{
background-color: #C9AD91;
}
.BgClassName
{
background-color: #C9AD91;
}
</style>
border-color css
<style>
span { border-color: #C9AD91; }
span { border-color: rgb(201,173,145); }
td.TdClassName
{
border-color: #C9AD91;
}
.TagClassName
{
border-color: #C9AD91;
}
</style>