Shades of Cashmere #CBB09C
Tints of Cashmere #CBB09C
RGB
CMYK
RGB Variations
Color information
#CBB09C (or 0xCBB09C) is known color: Cashmere. HEX triplet: CB, B0 and 9C. RGB value is (203,176,156). Sum of RGB (Red+Green+Blue) = 203+176+156=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB09C is #344F63. Grayscale: #B5B5B5. Windows color (decimal): -3428196 or 10268875. OLE color: 10268875.
HSL color Cylindrical-coordinate representation of color #CBB09C: hue angle of 25.53º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB09C is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 156 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.20 |
| HSL | 25.53º | 0.31% | 0.7% | - |
| HSV(B) | 25.53º | 0.23% | 0.8% | - |
| XYZ | 46.15 | 46.15 | 37.93 | - |
| YUV | 181.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 156 | 0 | 0.13 | 0.23 | 0.20 | 25.53 | 0.31 | 0.7 |
| Hex | CB | B0 | 9C | 0 | D | 17 | 14 | 1A | 1F | 46 |
| Octal | 313 | 260 | 234 | 0 | 15 | 27 | 24 | 32 | 37 | 106 |
| Binary | 11001011 | 10110000 | 10011100 | 0 | 1101 | 10111 | 10100 | 11010 | 11111 | 1000110 |
Color Harmonies of #CBB09C
Complementary color
Monochromatic Colors of #CBB09C
Black with #CBB09C
Text Example
Text Example
White with #CBB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB09C; }
p { color: rgb(203,176,156); }
H1.HeaderClassName
{
color: #CBB09C;
}
.AnyTagClassName
{
color: #CBB09C;
}
</style>
background-color css
<style>
a { background-color: #CBB09C; }
a { background-color: rgb(203,176,156); }
div.DivClassName
{
background-color: #CBB09C;
}
.BgClassName
{
background-color: #CBB09C;
}
</style>
border-color css
<style>
span { border-color: #CBB09C; }
span { border-color: rgb(203,176,156); }
td.TdClassName
{
border-color: #CBB09C;
}
.TagClassName
{
border-color: #CBB09C;
}
</style>