Shades of Tan #CBB085
Tints of Tan #CBB085
RGB
CMYK
RGB Variations
Color information
#CBB085 (or 0xCBB085) is known color: Tan. HEX triplet: CB, B0 and 85. RGB value is (203,176,133). Sum of RGB (Red+Green+Blue) = 203+176+133=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB085 is #344F7A. Grayscale: #B3B3B3. Windows color (decimal): -3428219 or 8761547. OLE color: 8761547.
HSL color Cylindrical-coordinate representation of color #CBB085: hue angle of 36.86º 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 #CBB085 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 133 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.20 |
| HSL | 36.86º | 0.4% | 0.66% | - |
| HSV(B) | 36.86º | 0.34% | 0.8% | - |
| XYZ | 44.39 | 45.44 | 28.62 | - |
| YUV | 179.17 | 101.95 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 133 | 0 | 0.13 | 0.34 | 0.20 | 36.86 | 0.4 | 0.66 |
| Hex | CB | B0 | 85 | 0 | D | 22 | 14 | 25 | 28 | 42 |
| Octal | 313 | 260 | 205 | 0 | 15 | 42 | 24 | 45 | 50 | 102 |
| Binary | 11001011 | 10110000 | 10000101 | 0 | 1101 | 100010 | 10100 | 100101 | 101000 | 1000010 |
Color Harmonies of #CBB085
Complementary color
Monochromatic Colors of #CBB085
Black with #CBB085
Text Example
Text Example
White with #CBB085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB085; }
p { color: rgb(203,176,133); }
H1.HeaderClassName
{
color: #CBB085;
}
.AnyTagClassName
{
color: #CBB085;
}
</style>
background-color css
<style>
a { background-color: #CBB085; }
a { background-color: rgb(203,176,133); }
div.DivClassName
{
background-color: #CBB085;
}
.BgClassName
{
background-color: #CBB085;
}
</style>
border-color css
<style>
span { border-color: #CBB085; }
span { border-color: rgb(203,176,133); }
td.TdClassName
{
border-color: #CBB085;
}
.TagClassName
{
border-color: #CBB085;
}
</style>