Shades of Cashmere #C9AF9B
Tints of Cashmere #C9AF9B
RGB
CMYK
RGB Variations
Color information
#C9AF9B (or 0xC9AF9B) is known color: Cashmere. HEX triplet: C9, AF and 9B. RGB value is (201,175,155). Sum of RGB (Red+Green+Blue) = 201+175+155=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AF9B is #365064. Grayscale: #B4B4B4. Windows color (decimal): -3559525 or 10203081. OLE color: 10203081.
HSL color Cylindrical-coordinate representation of color #C9AF9B: hue angle of 26.09º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9AF9B is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 155 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.21 |
| HSL | 26.09º | 0.3% | 0.7% | - |
| HSV(B) | 26.09º | 0.23% | 0.79% | - |
| XYZ | 45.33 | 45.44 | 37.39 | - |
| YUV | 180.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 155 | 0 | 0.13 | 0.23 | 0.21 | 26.09 | 0.3 | 0.7 |
| Hex | C9 | AF | 9B | 0 | D | 17 | 15 | 1A | 1E | 46 |
| Octal | 311 | 257 | 233 | 0 | 15 | 27 | 25 | 32 | 36 | 106 |
| Binary | 11001001 | 10101111 | 10011011 | 0 | 1101 | 10111 | 10101 | 11010 | 11110 | 1000110 |
Color Harmonies of #C9AF9B
Complementary color
Monochromatic Colors of #C9AF9B
Black with #C9AF9B
Text Example
Text Example
White with #C9AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF9B; }
p { color: rgb(201,175,155); }
H1.HeaderClassName
{
color: #C9AF9B;
}
.AnyTagClassName
{
color: #C9AF9B;
}
</style>
background-color css
<style>
a { background-color: #C9AF9B; }
a { background-color: rgb(201,175,155); }
div.DivClassName
{
background-color: #C9AF9B;
}
.BgClassName
{
background-color: #C9AF9B;
}
</style>
border-color css
<style>
span { border-color: #C9AF9B; }
span { border-color: rgb(201,175,155); }
td.TdClassName
{
border-color: #C9AF9B;
}
.TagClassName
{
border-color: #C9AF9B;
}
</style>