Shades of Cashmere #C9AB94
Tints of Cashmere #C9AB94
RGB
CMYK
RGB Variations
Color information
#C9AB94 (or 0xC9AB94) is known color: Cashmere. HEX triplet: C9, AB and 94. RGB value is (201,171,148). Sum of RGB (Red+Green+Blue) = 201+171+148=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AB94 is #36546B. Grayscale: #B1B1B1. Windows color (decimal): -3560556 or 9743305. OLE color: 9743305.
HSL color Cylindrical-coordinate representation of color #C9AB94: hue angle of 26.04º 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 #C9AB94 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 148 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.21 |
| HSL | 26.04º | 0.33% | 0.68% | - |
| HSV(B) | 26.04º | 0.26% | 0.79% | - |
| XYZ | 44 | 43.68 | 34.13 | - |
| YUV | 177.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 148 | 0 | 0.15 | 0.26 | 0.21 | 26.04 | 0.33 | 0.68 |
| Hex | C9 | AB | 94 | 0 | F | 1A | 15 | 1A | 21 | 44 |
| Octal | 311 | 253 | 224 | 0 | 17 | 32 | 25 | 32 | 41 | 104 |
| Binary | 11001001 | 10101011 | 10010100 | 0 | 1111 | 11010 | 10101 | 11010 | 100001 | 1000100 |
Color Harmonies of #C9AB94
Complementary color
Monochromatic Colors of #C9AB94
Black with #C9AB94
Text Example
Text Example
White with #C9AB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB94; }
p { color: rgb(201,171,148); }
H1.HeaderClassName
{
color: #C9AB94;
}
.AnyTagClassName
{
color: #C9AB94;
}
</style>
background-color css
<style>
a { background-color: #C9AB94; }
a { background-color: rgb(201,171,148); }
div.DivClassName
{
background-color: #C9AB94;
}
.BgClassName
{
background-color: #C9AB94;
}
</style>
border-color css
<style>
span { border-color: #C9AB94; }
span { border-color: rgb(201,171,148); }
td.TdClassName
{
border-color: #C9AB94;
}
.TagClassName
{
border-color: #C9AB94;
}
</style>