Shades of Cashmere #C9AA93
Tints of Cashmere #C9AA93
RGB
CMYK
RGB Variations
Color information
#C9AA93 (or 0xC9AA93) is known color: Cashmere. HEX triplet: C9, AA and 93. RGB value is (201,170,147). Sum of RGB (Red+Green+Blue) = 201+170+147=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AA93 is #36556C. Grayscale: #B0B0B0. Windows color (decimal): -3560813 or 9677513. OLE color: 9677513.
HSL color Cylindrical-coordinate representation of color #C9AA93: hue angle of 25.56º 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 #C9AA93 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 147 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.21 |
| HSL | 25.56º | 0.33% | 0.68% | - |
| HSV(B) | 25.56º | 0.27% | 0.79% | - |
| XYZ | 43.73 | 43.27 | 33.65 | - |
| YUV | 176.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 147 | 0 | 0.15 | 0.27 | 0.21 | 25.56 | 0.33 | 0.68 |
| Hex | C9 | AA | 93 | 0 | F | 1B | 15 | 1A | 21 | 44 |
| Octal | 311 | 252 | 223 | 0 | 17 | 33 | 25 | 32 | 41 | 104 |
| Binary | 11001001 | 10101010 | 10010011 | 0 | 1111 | 11011 | 10101 | 11010 | 100001 | 1000100 |
Color Harmonies of #C9AA93
Complementary color
Monochromatic Colors of #C9AA93
Black with #C9AA93
Text Example
Text Example
White with #C9AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA93; }
p { color: rgb(201,170,147); }
H1.HeaderClassName
{
color: #C9AA93;
}
.AnyTagClassName
{
color: #C9AA93;
}
</style>
background-color css
<style>
a { background-color: #C9AA93; }
a { background-color: rgb(201,170,147); }
div.DivClassName
{
background-color: #C9AA93;
}
.BgClassName
{
background-color: #C9AA93;
}
</style>
border-color css
<style>
span { border-color: #C9AA93; }
span { border-color: rgb(201,170,147); }
td.TdClassName
{
border-color: #C9AA93;
}
.TagClassName
{
border-color: #C9AA93;
}
</style>