Shades of Cashmere #C9B0A0
Tints of Cashmere #C9B0A0
RGB
CMYK
RGB Variations
Color information
#C9B0A0 (or 0xC9B0A0) is known color: Cashmere. HEX triplet: C9, B0 and A0. RGB value is (201,176,160). Sum of RGB (Red+Green+Blue) = 201+176+160=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B0A0 is #364F5F. Grayscale: #B5B5B5. Windows color (decimal): -3559264 or 10531017. OLE color: 10531017.
HSL color Cylindrical-coordinate representation of color #C9B0A0: hue angle of 23.41º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9B0A0 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 160 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.21 |
| HSL | 23.41º | 0.28% | 0.71% | - |
| HSV(B) | 23.41º | 0.2% | 0.79% | - |
| XYZ | 45.96 | 46.01 | 39.72 | - |
| YUV | 181.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 160 | 0 | 0.12 | 0.20 | 0.21 | 23.41 | 0.28 | 0.71 |
| Hex | C9 | B0 | A0 | 0 | C | 14 | 15 | 17 | 1C | 47 |
| Octal | 311 | 260 | 240 | 0 | 14 | 24 | 25 | 27 | 34 | 107 |
| Binary | 11001001 | 10110000 | 10100000 | 0 | 1100 | 10100 | 10101 | 10111 | 11100 | 1000111 |
Color Harmonies of #C9B0A0
Complementary color
Monochromatic Colors of #C9B0A0
Black with #C9B0A0
Text Example
Text Example
White with #C9B0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B0A0; }
p { color: rgb(201,176,160); }
H1.HeaderClassName
{
color: #C9B0A0;
}
.AnyTagClassName
{
color: #C9B0A0;
}
</style>
background-color css
<style>
a { background-color: #C9B0A0; }
a { background-color: rgb(201,176,160); }
div.DivClassName
{
background-color: #C9B0A0;
}
.BgClassName
{
background-color: #C9B0A0;
}
</style>
border-color css
<style>
span { border-color: #C9B0A0; }
span { border-color: rgb(201,176,160); }
td.TdClassName
{
border-color: #C9B0A0;
}
.TagClassName
{
border-color: #C9B0A0;
}
</style>