Shades of Cashmere #CBB09F
Tints of Cashmere #CBB09F
RGB
CMYK
RGB Variations
Color information
#CBB09F (or 0xCBB09F) is known color: Cashmere. HEX triplet: CB, B0 and 9F. RGB value is (203,176,159). Sum of RGB (Red+Green+Blue) = 203+176+159=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB09F is #344F60. Grayscale: #B6B6B6. Windows color (decimal): -3428193 or 10465483. OLE color: 10465483.
HSL color Cylindrical-coordinate representation of color #CBB09F: hue angle of 23.18º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB09F is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 159 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.20 |
| HSL | 23.18º | 0.3% | 0.71% | - |
| HSV(B) | 23.18º | 0.22% | 0.8% | - |
| XYZ | 46.41 | 46.25 | 39.28 | - |
| YUV | 182.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 159 | 0 | 0.13 | 0.22 | 0.20 | 23.18 | 0.3 | 0.71 |
| Hex | CB | B0 | 9F | 0 | D | 16 | 14 | 17 | 1E | 47 |
| Octal | 313 | 260 | 237 | 0 | 15 | 26 | 24 | 27 | 36 | 107 |
| Binary | 11001011 | 10110000 | 10011111 | 0 | 1101 | 10110 | 10100 | 10111 | 11110 | 1000111 |
Color Harmonies of #CBB09F
Complementary color
Monochromatic Colors of #CBB09F
Black with #CBB09F
Text Example
Text Example
White with #CBB09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB09F; }
p { color: rgb(203,176,159); }
H1.HeaderClassName
{
color: #CBB09F;
}
.AnyTagClassName
{
color: #CBB09F;
}
</style>
background-color css
<style>
a { background-color: #CBB09F; }
a { background-color: rgb(203,176,159); }
div.DivClassName
{
background-color: #CBB09F;
}
.BgClassName
{
background-color: #CBB09F;
}
</style>
border-color css
<style>
span { border-color: #CBB09F; }
span { border-color: rgb(203,176,159); }
td.TdClassName
{
border-color: #CBB09F;
}
.TagClassName
{
border-color: #CBB09F;
}
</style>