Shades of Cashmere #C9AB90
Tints of Cashmere #C9AB90
RGB
CMYK
RGB Variations
Color information
#C9AB90 (or 0xC9AB90) is known color: Cashmere. HEX triplet: C9, AB and 90. RGB value is (201,171,144). Sum of RGB (Red+Green+Blue) = 201+171+144=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AB90 is #36546F. Grayscale: #B1B1B1. Windows color (decimal): -3560560 or 9481161. OLE color: 9481161.
HSL color Cylindrical-coordinate representation of color #C9AB90: hue angle of 28.42º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9AB90 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 144 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.21 |
| HSL | 28.42º | 0.35% | 0.68% | - |
| HSV(B) | 28.42º | 0.28% | 0.79% | - |
| XYZ | 43.68 | 43.56 | 32.49 | - |
| YUV | 176.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 144 | 0 | 0.15 | 0.28 | 0.21 | 28.42 | 0.35 | 0.68 |
| Hex | C9 | AB | 90 | 0 | F | 1C | 15 | 1C | 23 | 44 |
| Octal | 311 | 253 | 220 | 0 | 17 | 34 | 25 | 34 | 43 | 104 |
| Binary | 11001001 | 10101011 | 10010000 | 0 | 1111 | 11100 | 10101 | 11100 | 100011 | 1000100 |
Color Harmonies of #C9AB90
Complementary color
Monochromatic Colors of #C9AB90
Black with #C9AB90
Text Example
Text Example
White with #C9AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB90; }
p { color: rgb(201,171,144); }
H1.HeaderClassName
{
color: #C9AB90;
}
.AnyTagClassName
{
color: #C9AB90;
}
</style>
background-color css
<style>
a { background-color: #C9AB90; }
a { background-color: rgb(201,171,144); }
div.DivClassName
{
background-color: #C9AB90;
}
.BgClassName
{
background-color: #C9AB90;
}
</style>
border-color css
<style>
span { border-color: #C9AB90; }
span { border-color: rgb(201,171,144); }
td.TdClassName
{
border-color: #C9AB90;
}
.TagClassName
{
border-color: #C9AB90;
}
</style>