Shades of Tan #CBB38B
Tints of Tan #CBB38B
RGB
CMYK
RGB Variations
Color information
#CBB38B (or 0xCBB38B) is known color: Tan. HEX triplet: CB, B3 and 8B. RGB value is (203,179,139). Sum of RGB (Red+Green+Blue) = 203+179+139=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB38B is #344C74. Grayscale: #B5B5B5. Windows color (decimal): -3427445 or 9155531. OLE color: 9155531.
HSL color Cylindrical-coordinate representation of color #CBB38B: hue angle of 37.5º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBB38B is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 139 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.20 |
| HSL | 37.5º | 0.38% | 0.67% | - |
| HSV(B) | 37.5º | 0.32% | 0.8% | - |
| XYZ | 45.41 | 46.8 | 31.07 | - |
| YUV | 181.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 139 | 0 | 0.12 | 0.32 | 0.20 | 37.5 | 0.38 | 0.67 |
| Hex | CB | B3 | 8B | 0 | C | 20 | 14 | 26 | 26 | 43 |
| Octal | 313 | 263 | 213 | 0 | 14 | 40 | 24 | 46 | 46 | 103 |
| Binary | 11001011 | 10110011 | 10001011 | 0 | 1100 | 100000 | 10100 | 100110 | 100110 | 1000011 |
Color Harmonies of #CBB38B
Complementary color
Monochromatic Colors of #CBB38B
Black with #CBB38B
Text Example
Text Example
White with #CBB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB38B; }
p { color: rgb(203,179,139); }
H1.HeaderClassName
{
color: #CBB38B;
}
.AnyTagClassName
{
color: #CBB38B;
}
</style>
background-color css
<style>
a { background-color: #CBB38B; }
a { background-color: rgb(203,179,139); }
div.DivClassName
{
background-color: #CBB38B;
}
.BgClassName
{
background-color: #CBB38B;
}
</style>
border-color css
<style>
span { border-color: #CBB38B; }
span { border-color: rgb(203,179,139); }
td.TdClassName
{
border-color: #CBB38B;
}
.TagClassName
{
border-color: #CBB38B;
}
</style>