Shades of Tan #CBAE87
Tints of Tan #CBAE87
RGB
CMYK
RGB Variations
Color information
#CBAE87 (or 0xCBAE87) is known color: Tan. HEX triplet: CB, AE and 87. RGB value is (203,174,135). Sum of RGB (Red+Green+Blue) = 203+174+135=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE87 is #345178. Grayscale: #B2B2B2. Windows color (decimal): -3428729 or 8892107. OLE color: 8892107.
HSL color Cylindrical-coordinate representation of color #CBAE87: hue angle of 34.41º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBAE87 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 135 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.20 |
| HSL | 34.41º | 0.4% | 0.66% | - |
| HSV(B) | 34.41º | 0.33% | 0.8% | - |
| XYZ | 44.14 | 44.72 | 29.23 | - |
| YUV | 178.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 135 | 0 | 0.14 | 0.33 | 0.20 | 34.41 | 0.4 | 0.66 |
| Hex | CB | AE | 87 | 0 | E | 21 | 14 | 22 | 28 | 42 |
| Octal | 313 | 256 | 207 | 0 | 16 | 41 | 24 | 42 | 50 | 102 |
| Binary | 11001011 | 10101110 | 10000111 | 0 | 1110 | 100001 | 10100 | 100010 | 101000 | 1000010 |
Color Harmonies of #CBAE87
Complementary color
Monochromatic Colors of #CBAE87
Black with #CBAE87
Text Example
Text Example
White with #CBAE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE87; }
p { color: rgb(203,174,135); }
H1.HeaderClassName
{
color: #CBAE87;
}
.AnyTagClassName
{
color: #CBAE87;
}
</style>
background-color css
<style>
a { background-color: #CBAE87; }
a { background-color: rgb(203,174,135); }
div.DivClassName
{
background-color: #CBAE87;
}
.BgClassName
{
background-color: #CBAE87;
}
</style>
border-color css
<style>
span { border-color: #CBAE87; }
span { border-color: rgb(203,174,135); }
td.TdClassName
{
border-color: #CBAE87;
}
.TagClassName
{
border-color: #CBAE87;
}
</style>