Shades of Cashmere #C9AC93
Tints of Cashmere #C9AC93
RGB
CMYK
RGB Variations
Color information
#C9AC93 (or 0xC9AC93) is known color: Cashmere. HEX triplet: C9, AC and 93. RGB value is (201,172,147). Sum of RGB (Red+Green+Blue) = 201+172+147=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AC93 is #36536C. Grayscale: #B1B1B1. Windows color (decimal): -3560301 or 9678025. OLE color: 9678025.
HSL color Cylindrical-coordinate representation of color #C9AC93: hue angle of 27.78º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9AC93 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 147 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.21 |
| HSL | 27.78º | 0.33% | 0.68% | - |
| HSV(B) | 27.78º | 0.27% | 0.79% | - |
| XYZ | 44.11 | 44.03 | 33.78 | - |
| YUV | 177.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 147 | 0 | 0.14 | 0.27 | 0.21 | 27.78 | 0.33 | 0.68 |
| Hex | C9 | AC | 93 | 0 | E | 1B | 15 | 1C | 21 | 44 |
| Octal | 311 | 254 | 223 | 0 | 16 | 33 | 25 | 34 | 41 | 104 |
| Binary | 11001001 | 10101100 | 10010011 | 0 | 1110 | 11011 | 10101 | 11100 | 100001 | 1000100 |
Color Harmonies of #C9AC93
Complementary color
Monochromatic Colors of #C9AC93
Black with #C9AC93
Text Example
Text Example
White with #C9AC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC93; }
p { color: rgb(201,172,147); }
H1.HeaderClassName
{
color: #C9AC93;
}
.AnyTagClassName
{
color: #C9AC93;
}
</style>
background-color css
<style>
a { background-color: #C9AC93; }
a { background-color: rgb(201,172,147); }
div.DivClassName
{
background-color: #C9AC93;
}
.BgClassName
{
background-color: #C9AC93;
}
</style>
border-color css
<style>
span { border-color: #C9AC93; }
span { border-color: rgb(201,172,147); }
td.TdClassName
{
border-color: #C9AC93;
}
.TagClassName
{
border-color: #C9AC93;
}
</style>