Shades of Tan #CBB286
Tints of Tan #CBB286
RGB
CMYK
RGB Variations
Color information
#CBB286 (or 0xCBB286) is known color: Tan. HEX triplet: CB, B2 and 86. RGB value is (203,178,134). Sum of RGB (Red+Green+Blue) = 203+178+134=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB286 is #344D79. Grayscale: #B4B4B4. Windows color (decimal): -3427706 or 8827595. OLE color: 8827595.
HSL color Cylindrical-coordinate representation of color #CBB286: hue angle of 38.26º 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 #CBB286 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 134 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.20 |
| HSL | 38.26º | 0.4% | 0.66% | - |
| HSV(B) | 38.26º | 0.34% | 0.8% | - |
| XYZ | 44.85 | 46.26 | 29.12 | - |
| YUV | 180.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 134 | 0 | 0.12 | 0.34 | 0.20 | 38.26 | 0.4 | 0.66 |
| Hex | CB | B2 | 86 | 0 | C | 22 | 14 | 26 | 28 | 42 |
| Octal | 313 | 262 | 206 | 0 | 14 | 42 | 24 | 46 | 50 | 102 |
| Binary | 11001011 | 10110010 | 10000110 | 0 | 1100 | 100010 | 10100 | 100110 | 101000 | 1000010 |
Color Harmonies of #CBB286
Complementary color
Monochromatic Colors of #CBB286
Black with #CBB286
Text Example
Text Example
White with #CBB286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB286; }
p { color: rgb(203,178,134); }
H1.HeaderClassName
{
color: #CBB286;
}
.AnyTagClassName
{
color: #CBB286;
}
</style>
background-color css
<style>
a { background-color: #CBB286; }
a { background-color: rgb(203,178,134); }
div.DivClassName
{
background-color: #CBB286;
}
.BgClassName
{
background-color: #CBB286;
}
</style>
border-color css
<style>
span { border-color: #CBB286; }
span { border-color: rgb(203,178,134); }
td.TdClassName
{
border-color: #CBB286;
}
.TagClassName
{
border-color: #CBB286;
}
</style>