Shades of Tan #CBAE8A
Tints of Tan #CBAE8A
RGB
CMYK
RGB Variations
Color information
#CBAE8A (or 0xCBAE8A) is known color: Tan. HEX triplet: CB, AE and 8A. RGB value is (203,174,138). Sum of RGB (Red+Green+Blue) = 203+174+138=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE8A is #345175. Grayscale: #B2B2B2. Windows color (decimal): -3428726 or 9088715. OLE color: 9088715.
HSL color Cylindrical-coordinate representation of color #CBAE8A: hue angle of 33.23º 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 #CBAE8A is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 138 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.20 |
| HSL | 33.23º | 0.38% | 0.67% | - |
| HSV(B) | 33.23º | 0.32% | 0.8% | - |
| XYZ | 44.35 | 44.8 | 30.36 | - |
| YUV | 178.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 138 | 0 | 0.14 | 0.32 | 0.20 | 33.23 | 0.38 | 0.67 |
| Hex | CB | AE | 8A | 0 | E | 20 | 14 | 21 | 26 | 43 |
| Octal | 313 | 256 | 212 | 0 | 16 | 40 | 24 | 41 | 46 | 103 |
| Binary | 11001011 | 10101110 | 10001010 | 0 | 1110 | 100000 | 10100 | 100001 | 100110 | 1000011 |
Color Harmonies of #CBAE8A
Complementary color
Monochromatic Colors of #CBAE8A
Black with #CBAE8A
Text Example
Text Example
White with #CBAE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE8A; }
p { color: rgb(203,174,138); }
H1.HeaderClassName
{
color: #CBAE8A;
}
.AnyTagClassName
{
color: #CBAE8A;
}
</style>
background-color css
<style>
a { background-color: #CBAE8A; }
a { background-color: rgb(203,174,138); }
div.DivClassName
{
background-color: #CBAE8A;
}
.BgClassName
{
background-color: #CBAE8A;
}
</style>
border-color css
<style>
span { border-color: #CBAE8A; }
span { border-color: rgb(203,174,138); }
td.TdClassName
{
border-color: #CBAE8A;
}
.TagClassName
{
border-color: #CBAE8A;
}
</style>