Shades of Cashmere #C9AA94
Tints of Cashmere #C9AA94
RGB
CMYK
RGB Variations
Color information
#C9AA94 (or 0xC9AA94) is known color: Cashmere. HEX triplet: C9, AA and 94. RGB value is (201,170,148). Sum of RGB (Red+Green+Blue) = 201+170+148=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AA94 is #36556B. Grayscale: #B0B0B0. Windows color (decimal): -3560812 or 9743049. OLE color: 9743049.
HSL color Cylindrical-coordinate representation of color #C9AA94: hue angle of 24.91º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9AA94 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 148 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.21 |
| HSL | 24.91º | 0.33% | 0.68% | - |
| HSV(B) | 24.91º | 0.26% | 0.79% | - |
| XYZ | 43.81 | 43.31 | 34.07 | - |
| YUV | 176.76 | 111.77 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 148 | 0 | 0.15 | 0.26 | 0.21 | 24.91 | 0.33 | 0.68 |
| Hex | C9 | AA | 94 | 0 | F | 1A | 15 | 19 | 21 | 44 |
| Octal | 311 | 252 | 224 | 0 | 17 | 32 | 25 | 31 | 41 | 104 |
| Binary | 11001001 | 10101010 | 10010100 | 0 | 1111 | 11010 | 10101 | 11001 | 100001 | 1000100 |
Color Harmonies of #C9AA94
Complementary color
Monochromatic Colors of #C9AA94
Black with #C9AA94
Text Example
Text Example
White with #C9AA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA94; }
p { color: rgb(201,170,148); }
H1.HeaderClassName
{
color: #C9AA94;
}
.AnyTagClassName
{
color: #C9AA94;
}
</style>
background-color css
<style>
a { background-color: #C9AA94; }
a { background-color: rgb(201,170,148); }
div.DivClassName
{
background-color: #C9AA94;
}
.BgClassName
{
background-color: #C9AA94;
}
</style>
border-color css
<style>
span { border-color: #C9AA94; }
span { border-color: rgb(201,170,148); }
td.TdClassName
{
border-color: #C9AA94;
}
.TagClassName
{
border-color: #C9AA94;
}
</style>