Shades of Tan #CBAE8B
Tints of Tan #CBAE8B
RGB
CMYK
RGB Variations
Color information
#CBAE8B (or 0xCBAE8B) is known color: Tan. HEX triplet: CB, AE and 8B. RGB value is (203,174,139). Sum of RGB (Red+Green+Blue) = 203+174+139=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE8B is #345174. Grayscale: #B2B2B2. Windows color (decimal): -3428725 or 9154251. OLE color: 9154251.
HSL color Cylindrical-coordinate representation of color #CBAE8B: hue angle of 32.81º 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 #CBAE8B is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 139 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.20 |
| HSL | 32.81º | 0.38% | 0.67% | - |
| HSV(B) | 32.81º | 0.32% | 0.8% | - |
| XYZ | 44.42 | 44.83 | 30.74 | - |
| YUV | 178.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 139 | 0 | 0.14 | 0.32 | 0.20 | 32.81 | 0.38 | 0.67 |
| Hex | CB | AE | 8B | 0 | E | 20 | 14 | 21 | 26 | 43 |
| Octal | 313 | 256 | 213 | 0 | 16 | 40 | 24 | 41 | 46 | 103 |
| Binary | 11001011 | 10101110 | 10001011 | 0 | 1110 | 100000 | 10100 | 100001 | 100110 | 1000011 |
Color Harmonies of #CBAE8B
Complementary color
Monochromatic Colors of #CBAE8B
Black with #CBAE8B
Text Example
Text Example
White with #CBAE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE8B; }
p { color: rgb(203,174,139); }
H1.HeaderClassName
{
color: #CBAE8B;
}
.AnyTagClassName
{
color: #CBAE8B;
}
</style>
background-color css
<style>
a { background-color: #CBAE8B; }
a { background-color: rgb(203,174,139); }
div.DivClassName
{
background-color: #CBAE8B;
}
.BgClassName
{
background-color: #CBAE8B;
}
</style>
border-color css
<style>
span { border-color: #CBAE8B; }
span { border-color: rgb(203,174,139); }
td.TdClassName
{
border-color: #CBAE8B;
}
.TagClassName
{
border-color: #CBAE8B;
}
</style>