Shades of Cashmere #C9AD9E
Tints of Cashmere #C9AD9E
RGB
CMYK
RGB Variations
Color information
#C9AD9E (or 0xC9AD9E) is known color: Cashmere. HEX triplet: C9, AD and 9E. RGB value is (201,173,158). Sum of RGB (Red+Green+Blue) = 201+173+158=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AD9E is #365261. Grayscale: #B3B3B3. Windows color (decimal): -3560034 or 10399177. OLE color: 10399177.
HSL color Cylindrical-coordinate representation of color #C9AD9E: hue angle of 20.93º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9AD9E is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 158 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.21 |
| HSL | 20.93º | 0.28% | 0.7% | - |
| HSV(B) | 20.93º | 0.21% | 0.79% | - |
| XYZ | 45.2 | 44.77 | 38.61 | - |
| YUV | 179.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 158 | 0 | 0.14 | 0.21 | 0.21 | 20.93 | 0.28 | 0.7 |
| Hex | C9 | AD | 9E | 0 | E | 15 | 15 | 15 | 1C | 46 |
| Octal | 311 | 255 | 236 | 0 | 16 | 25 | 25 | 25 | 34 | 106 |
| Binary | 11001001 | 10101101 | 10011110 | 0 | 1110 | 10101 | 10101 | 10101 | 11100 | 1000110 |
Color Harmonies of #C9AD9E
Complementary color
Monochromatic Colors of #C9AD9E
Black with #C9AD9E
Text Example
Text Example
White with #C9AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD9E; }
p { color: rgb(201,173,158); }
H1.HeaderClassName
{
color: #C9AD9E;
}
.AnyTagClassName
{
color: #C9AD9E;
}
</style>
background-color css
<style>
a { background-color: #C9AD9E; }
a { background-color: rgb(201,173,158); }
div.DivClassName
{
background-color: #C9AD9E;
}
.BgClassName
{
background-color: #C9AD9E;
}
</style>
border-color css
<style>
span { border-color: #C9AD9E; }
span { border-color: rgb(201,173,158); }
td.TdClassName
{
border-color: #C9AD9E;
}
.TagClassName
{
border-color: #C9AD9E;
}
</style>