Shades of Tan #CBB386
Tints of Tan #CBB386
RGB
CMYK
RGB Variations
Color information
#CBB386 (or 0xCBB386) is known color: Tan. HEX triplet: CB, B3 and 86. RGB value is (203,179,134). Sum of RGB (Red+Green+Blue) = 203+179+134=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB386 is #344C79. Grayscale: #B5B5B5. Windows color (decimal): -3427450 or 8827851. OLE color: 8827851.
HSL color Cylindrical-coordinate representation of color #CBB386: hue angle of 39.13º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBB386 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 134 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.20 |
| HSL | 39.13º | 0.4% | 0.66% | - |
| HSV(B) | 39.13º | 0.34% | 0.8% | - |
| XYZ | 45.05 | 46.66 | 29.19 | - |
| YUV | 181.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 134 | 0 | 0.12 | 0.34 | 0.20 | 39.13 | 0.4 | 0.66 |
| Hex | CB | B3 | 86 | 0 | C | 22 | 14 | 27 | 28 | 42 |
| Octal | 313 | 263 | 206 | 0 | 14 | 42 | 24 | 47 | 50 | 102 |
| Binary | 11001011 | 10110011 | 10000110 | 0 | 1100 | 100010 | 10100 | 100111 | 101000 | 1000010 |
Color Harmonies of #CBB386
Complementary color
Monochromatic Colors of #CBB386
Black with #CBB386
Text Example
Text Example
White with #CBB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB386; }
p { color: rgb(203,179,134); }
H1.HeaderClassName
{
color: #CBB386;
}
.AnyTagClassName
{
color: #CBB386;
}
</style>
background-color css
<style>
a { background-color: #CBB386; }
a { background-color: rgb(203,179,134); }
div.DivClassName
{
background-color: #CBB386;
}
.BgClassName
{
background-color: #CBB386;
}
</style>
border-color css
<style>
span { border-color: #CBB386; }
span { border-color: rgb(203,179,134); }
td.TdClassName
{
border-color: #CBB386;
}
.TagClassName
{
border-color: #CBB386;
}
</style>