Shades of Tan #CBAE8E
Tints of Tan #CBAE8E
RGB
CMYK
RGB Variations
Color information
#CBAE8E (or 0xCBAE8E) is known color: Tan. HEX triplet: CB, AE and 8E. RGB value is (203,174,142). Sum of RGB (Red+Green+Blue) = 203+174+142=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE8E is #345171. Grayscale: #B3B3B3. Windows color (decimal): -3428722 or 9350859. OLE color: 9350859.
HSL color Cylindrical-coordinate representation of color #CBAE8E: hue angle of 31.48º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBAE8E is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 142 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.20 |
| HSL | 31.48º | 0.37% | 0.68% | - |
| HSV(B) | 31.48º | 0.3% | 0.8% | - |
| XYZ | 44.65 | 44.92 | 31.91 | - |
| YUV | 179.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 142 | 0 | 0.14 | 0.30 | 0.20 | 31.48 | 0.37 | 0.68 |
| Hex | CB | AE | 8E | 0 | E | 1E | 14 | 1F | 25 | 44 |
| Octal | 313 | 256 | 216 | 0 | 16 | 36 | 24 | 37 | 45 | 104 |
| Binary | 11001011 | 10101110 | 10001110 | 0 | 1110 | 11110 | 10100 | 11111 | 100101 | 1000100 |
Color Harmonies of #CBAE8E
Complementary color
Monochromatic Colors of #CBAE8E
Black with #CBAE8E
Text Example
Text Example
White with #CBAE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE8E; }
p { color: rgb(203,174,142); }
H1.HeaderClassName
{
color: #CBAE8E;
}
.AnyTagClassName
{
color: #CBAE8E;
}
</style>
background-color css
<style>
a { background-color: #CBAE8E; }
a { background-color: rgb(203,174,142); }
div.DivClassName
{
background-color: #CBAE8E;
}
.BgClassName
{
background-color: #CBAE8E;
}
</style>
border-color css
<style>
span { border-color: #CBAE8E; }
span { border-color: rgb(203,174,142); }
td.TdClassName
{
border-color: #CBAE8E;
}
.TagClassName
{
border-color: #CBAE8E;
}
</style>