Shades of Cashmere #C9A894
Tints of Cashmere #C9A894
RGB
CMYK
RGB Variations
Color information
#C9A894 (or 0xC9A894) is known color: Cashmere. HEX triplet: C9, A8 and 94. RGB value is (201,168,148). Sum of RGB (Red+Green+Blue) = 201+168+148=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A894 is #36576B. Grayscale: #AFAFAF. Windows color (decimal): -3561324 or 9742537. OLE color: 9742537.
HSL color Cylindrical-coordinate representation of color #C9A894: hue angle of 22.64º 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 #C9A894 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 148 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.21 |
| HSL | 22.64º | 0.33% | 0.68% | - |
| HSV(B) | 22.64º | 0.26% | 0.79% | - |
| XYZ | 43.44 | 42.56 | 33.94 | - |
| YUV | 175.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 148 | 0 | 0.16 | 0.26 | 0.21 | 22.64 | 0.33 | 0.68 |
| Hex | C9 | A8 | 94 | 0 | 10 | 1A | 15 | 17 | 21 | 44 |
| Octal | 311 | 250 | 224 | 0 | 20 | 32 | 25 | 27 | 41 | 104 |
| Binary | 11001001 | 10101000 | 10010100 | 0 | 10000 | 11010 | 10101 | 10111 | 100001 | 1000100 |
Color Harmonies of #C9A894
Complementary color
Monochromatic Colors of #C9A894
Black with #C9A894
Text Example
Text Example
White with #C9A894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A894; }
p { color: rgb(201,168,148); }
H1.HeaderClassName
{
color: #C9A894;
}
.AnyTagClassName
{
color: #C9A894;
}
</style>
background-color css
<style>
a { background-color: #C9A894; }
a { background-color: rgb(201,168,148); }
div.DivClassName
{
background-color: #C9A894;
}
.BgClassName
{
background-color: #C9A894;
}
</style>
border-color css
<style>
span { border-color: #C9A894; }
span { border-color: rgb(201,168,148); }
td.TdClassName
{
border-color: #C9A894;
}
.TagClassName
{
border-color: #C9A894;
}
</style>