Shades of Tan #CBB58A
Tints of Tan #CBB58A
RGB
CMYK
RGB Variations
Color information
#CBB58A (or 0xCBB58A) is known color: Tan. HEX triplet: CB, B5 and 8A. RGB value is (203,181,138). Sum of RGB (Red+Green+Blue) = 203+181+138=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB58A is #344A75. Grayscale: #B6B6B6. Windows color (decimal): -3426934 or 9090507. OLE color: 9090507.
HSL color Cylindrical-coordinate representation of color #CBB58A: hue angle of 39.69º 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 #CBB58A is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 138 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.20 |
| HSL | 39.69º | 0.38% | 0.67% | - |
| HSV(B) | 39.69º | 0.32% | 0.8% | - |
| XYZ | 45.74 | 47.58 | 30.82 | - |
| YUV | 182.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 138 | 0 | 0.11 | 0.32 | 0.20 | 39.69 | 0.38 | 0.67 |
| Hex | CB | B5 | 8A | 0 | B | 20 | 14 | 28 | 26 | 43 |
| Octal | 313 | 265 | 212 | 0 | 13 | 40 | 24 | 50 | 46 | 103 |
| Binary | 11001011 | 10110101 | 10001010 | 0 | 1011 | 100000 | 10100 | 101000 | 100110 | 1000011 |
Color Harmonies of #CBB58A
Complementary color
Monochromatic Colors of #CBB58A
Black with #CBB58A
Text Example
Text Example
White with #CBB58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB58A; }
p { color: rgb(203,181,138); }
H1.HeaderClassName
{
color: #CBB58A;
}
.AnyTagClassName
{
color: #CBB58A;
}
</style>
background-color css
<style>
a { background-color: #CBB58A; }
a { background-color: rgb(203,181,138); }
div.DivClassName
{
background-color: #CBB58A;
}
.BgClassName
{
background-color: #CBB58A;
}
</style>
border-color css
<style>
span { border-color: #CBB58A; }
span { border-color: rgb(203,181,138); }
td.TdClassName
{
border-color: #CBB58A;
}
.TagClassName
{
border-color: #CBB58A;
}
</style>