Shades of Tan #CAB08E
Tints of Tan #CAB08E
RGB
CMYK
RGB Variations
Color information
#CAB08E (or 0xCAB08E) is known color: Tan. HEX triplet: CA, B0 and 8E. RGB value is (202,176,142). Sum of RGB (Red+Green+Blue) = 202+176+142=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB08E is #354F71. Grayscale: #B4B4B4. Windows color (decimal): -3493746 or 9351370. OLE color: 9351370.
HSL color Cylindrical-coordinate representation of color #CAB08E: hue angle of 34º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAB08E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 142 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.21 |
| HSL | 34º | 0.36% | 0.67% | - |
| HSV(B) | 34º | 0.3% | 0.79% | - |
| XYZ | 44.76 | 45.56 | 32.03 | - |
| YUV | 179.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 142 | 0 | 0.13 | 0.30 | 0.21 | 34 | 0.36 | 0.67 |
| Hex | CA | B0 | 8E | 0 | D | 1E | 15 | 22 | 24 | 43 |
| Octal | 312 | 260 | 216 | 0 | 15 | 36 | 25 | 42 | 44 | 103 |
| Binary | 11001010 | 10110000 | 10001110 | 0 | 1101 | 11110 | 10101 | 100010 | 100100 | 1000011 |
Color Harmonies of #CAB08E
Complementary color
Monochromatic Colors of #CAB08E
Black with #CAB08E
Text Example
Text Example
White with #CAB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB08E; }
p { color: rgb(202,176,142); }
H1.HeaderClassName
{
color: #CAB08E;
}
.AnyTagClassName
{
color: #CAB08E;
}
</style>
background-color css
<style>
a { background-color: #CAB08E; }
a { background-color: rgb(202,176,142); }
div.DivClassName
{
background-color: #CAB08E;
}
.BgClassName
{
background-color: #CAB08E;
}
</style>
border-color css
<style>
span { border-color: #CAB08E; }
span { border-color: rgb(202,176,142); }
td.TdClassName
{
border-color: #CAB08E;
}
.TagClassName
{
border-color: #CAB08E;
}
</style>