Shades of Cashmere #C9AF9E
Tints of Cashmere #C9AF9E
RGB
CMYK
RGB Variations
Color information
#C9AF9E (or 0xC9AF9E) is known color: Cashmere. HEX triplet: C9, AF and 9E. RGB value is (201,175,158). Sum of RGB (Red+Green+Blue) = 201+175+158=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AF9E is #365061. Grayscale: #B4B4B4. Windows color (decimal): -3559522 or 10399689. OLE color: 10399689.
HSL color Cylindrical-coordinate representation of color #C9AF9E: hue angle of 23.72º 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 #C9AF9E is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 158 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.21 |
| HSL | 23.72º | 0.28% | 0.7% | - |
| HSV(B) | 23.72º | 0.21% | 0.79% | - |
| XYZ | 45.59 | 45.55 | 38.74 | - |
| YUV | 180.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 158 | 0 | 0.13 | 0.21 | 0.21 | 23.72 | 0.28 | 0.7 |
| Hex | C9 | AF | 9E | 0 | D | 15 | 15 | 18 | 1C | 46 |
| Octal | 311 | 257 | 236 | 0 | 15 | 25 | 25 | 30 | 34 | 106 |
| Binary | 11001001 | 10101111 | 10011110 | 0 | 1101 | 10101 | 10101 | 11000 | 11100 | 1000110 |
Color Harmonies of #C9AF9E
Complementary color
Monochromatic Colors of #C9AF9E
Black with #C9AF9E
Text Example
Text Example
White with #C9AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF9E; }
p { color: rgb(201,175,158); }
H1.HeaderClassName
{
color: #C9AF9E;
}
.AnyTagClassName
{
color: #C9AF9E;
}
</style>
background-color css
<style>
a { background-color: #C9AF9E; }
a { background-color: rgb(201,175,158); }
div.DivClassName
{
background-color: #C9AF9E;
}
.BgClassName
{
background-color: #C9AF9E;
}
</style>
border-color css
<style>
span { border-color: #C9AF9E; }
span { border-color: rgb(201,175,158); }
td.TdClassName
{
border-color: #C9AF9E;
}
.TagClassName
{
border-color: #C9AF9E;
}
</style>