Shades of Tan #CBB990
Tints of Tan #CBB990
RGB
CMYK
RGB Variations
Color information
#CBB990 (or 0xCBB990) is known color: Tan. HEX triplet: CB, B9 and 90. RGB value is (203,185,144). Sum of RGB (Red+Green+Blue) = 203+185+144=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB990 is #34466F. Grayscale: #B9B9B9. Windows color (decimal): -3425904 or 9484747. OLE color: 9484747.
HSL color Cylindrical-coordinate representation of color #CBB990: hue angle of 41.69º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBB990 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 144 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.20 |
| HSL | 41.69º | 0.36% | 0.68% | - |
| HSV(B) | 41.69º | 0.29% | 0.8% | - |
| XYZ | 47.01 | 49.41 | 33.44 | - |
| YUV | 185.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 144 | 0 | 0.09 | 0.29 | 0.20 | 41.69 | 0.36 | 0.68 |
| Hex | CB | B9 | 90 | 0 | 9 | 1D | 14 | 2A | 24 | 44 |
| Octal | 313 | 271 | 220 | 0 | 11 | 35 | 24 | 52 | 44 | 104 |
| Binary | 11001011 | 10111001 | 10010000 | 0 | 1001 | 11101 | 10100 | 101010 | 100100 | 1000100 |
Color Harmonies of #CBB990
Complementary color
Monochromatic Colors of #CBB990
Black with #CBB990
Text Example
Text Example
White with #CBB990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB990; }
p { color: rgb(203,185,144); }
H1.HeaderClassName
{
color: #CBB990;
}
.AnyTagClassName
{
color: #CBB990;
}
</style>
background-color css
<style>
a { background-color: #CBB990; }
a { background-color: rgb(203,185,144); }
div.DivClassName
{
background-color: #CBB990;
}
.BgClassName
{
background-color: #CBB990;
}
</style>
border-color css
<style>
span { border-color: #CBB990; }
span { border-color: rgb(203,185,144); }
td.TdClassName
{
border-color: #CBB990;
}
.TagClassName
{
border-color: #CBB990;
}
</style>