Shades of Cashmere #C9AD9C
Tints of Cashmere #C9AD9C
RGB
CMYK
RGB Variations
Color information
#C9AD9C (or 0xC9AD9C) is known color: Cashmere. HEX triplet: C9, AD and 9C. RGB value is (201,173,156). Sum of RGB (Red+Green+Blue) = 201+173+156=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AD9C is #365263. Grayscale: #B3B3B3. Windows color (decimal): -3560036 or 10268105. OLE color: 10268105.
HSL color Cylindrical-coordinate representation of color #C9AD9C: hue angle of 22.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9AD9C is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 156 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.21 |
| HSL | 22.67º | 0.29% | 0.7% | - |
| HSV(B) | 22.67º | 0.22% | 0.79% | - |
| XYZ | 45.03 | 44.7 | 37.71 | - |
| YUV | 179.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 156 | 0 | 0.14 | 0.22 | 0.21 | 22.67 | 0.29 | 0.7 |
| Hex | C9 | AD | 9C | 0 | E | 16 | 15 | 17 | 1D | 46 |
| Octal | 311 | 255 | 234 | 0 | 16 | 26 | 25 | 27 | 35 | 106 |
| Binary | 11001001 | 10101101 | 10011100 | 0 | 1110 | 10110 | 10101 | 10111 | 11101 | 1000110 |
Color Harmonies of #C9AD9C
Complementary color
Monochromatic Colors of #C9AD9C
Black with #C9AD9C
Text Example
Text Example
White with #C9AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD9C; }
p { color: rgb(201,173,156); }
H1.HeaderClassName
{
color: #C9AD9C;
}
.AnyTagClassName
{
color: #C9AD9C;
}
</style>
background-color css
<style>
a { background-color: #C9AD9C; }
a { background-color: rgb(201,173,156); }
div.DivClassName
{
background-color: #C9AD9C;
}
.BgClassName
{
background-color: #C9AD9C;
}
</style>
border-color css
<style>
span { border-color: #C9AD9C; }
span { border-color: rgb(201,173,156); }
td.TdClassName
{
border-color: #C9AD9C;
}
.TagClassName
{
border-color: #C9AD9C;
}
</style>