Shades of Cashmere #CBB199
Tints of Cashmere #CBB199
RGB
CMYK
RGB Variations
Color information
#CBB199 (or 0xCBB199) is known color: Cashmere. HEX triplet: CB, B1 and 99. RGB value is (203,177,153). Sum of RGB (Red+Green+Blue) = 203+177+153=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB199 is #344E66. Grayscale: #B6B6B6. Windows color (decimal): -3427943 or 10072523. OLE color: 10072523.
HSL color Cylindrical-coordinate representation of color #CBB199: hue angle of 28.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBB199 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 153 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.20 |
| HSL | 28.8º | 0.32% | 0.7% | - |
| HSV(B) | 28.8º | 0.25% | 0.8% | - |
| XYZ | 46.1 | 46.44 | 36.67 | - |
| YUV | 182.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 153 | 0 | 0.13 | 0.25 | 0.20 | 28.8 | 0.32 | 0.7 |
| Hex | CB | B1 | 99 | 0 | D | 19 | 14 | 1D | 20 | 46 |
| Octal | 313 | 261 | 231 | 0 | 15 | 31 | 24 | 35 | 40 | 106 |
| Binary | 11001011 | 10110001 | 10011001 | 0 | 1101 | 11001 | 10100 | 11101 | 100000 | 1000110 |
Color Harmonies of #CBB199
Complementary color
Monochromatic Colors of #CBB199
Black with #CBB199
Text Example
Text Example
White with #CBB199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB199; }
p { color: rgb(203,177,153); }
H1.HeaderClassName
{
color: #CBB199;
}
.AnyTagClassName
{
color: #CBB199;
}
</style>
background-color css
<style>
a { background-color: #CBB199; }
a { background-color: rgb(203,177,153); }
div.DivClassName
{
background-color: #CBB199;
}
.BgClassName
{
background-color: #CBB199;
}
</style>
border-color css
<style>
span { border-color: #CBB199; }
span { border-color: rgb(203,177,153); }
td.TdClassName
{
border-color: #CBB199;
}
.TagClassName
{
border-color: #CBB199;
}
</style>