Shades of Cashmere #C9B09B
Tints of Cashmere #C9B09B
RGB
CMYK
RGB Variations
Color information
#C9B09B (or 0xC9B09B) is known color: Cashmere. HEX triplet: C9, B0 and 9B. RGB value is (201,176,155). Sum of RGB (Red+Green+Blue) = 201+176+155=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B09B is #364F64. Grayscale: #B5B5B5. Windows color (decimal): -3559269 or 10203337. OLE color: 10203337.
HSL color Cylindrical-coordinate representation of color #C9B09B: hue angle of 27.39º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9B09B is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 155 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.21 |
| HSL | 27.39º | 0.3% | 0.7% | - |
| HSV(B) | 27.39º | 0.23% | 0.79% | - |
| XYZ | 45.53 | 45.83 | 37.46 | - |
| YUV | 181.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 155 | 0 | 0.12 | 0.23 | 0.21 | 27.39 | 0.3 | 0.7 |
| Hex | C9 | B0 | 9B | 0 | C | 17 | 15 | 1B | 1E | 46 |
| Octal | 311 | 260 | 233 | 0 | 14 | 27 | 25 | 33 | 36 | 106 |
| Binary | 11001001 | 10110000 | 10011011 | 0 | 1100 | 10111 | 10101 | 11011 | 11110 | 1000110 |
Color Harmonies of #C9B09B
Complementary color
Monochromatic Colors of #C9B09B
Black with #C9B09B
Text Example
Text Example
White with #C9B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B09B; }
p { color: rgb(201,176,155); }
H1.HeaderClassName
{
color: #C9B09B;
}
.AnyTagClassName
{
color: #C9B09B;
}
</style>
background-color css
<style>
a { background-color: #C9B09B; }
a { background-color: rgb(201,176,155); }
div.DivClassName
{
background-color: #C9B09B;
}
.BgClassName
{
background-color: #C9B09B;
}
</style>
border-color css
<style>
span { border-color: #C9B09B; }
span { border-color: rgb(201,176,155); }
td.TdClassName
{
border-color: #C9B09B;
}
.TagClassName
{
border-color: #C9B09B;
}
</style>