Shades of Tan #CAB086
Tints of Tan #CAB086
RGB
CMYK
RGB Variations
Color information
#CAB086 (or 0xCAB086) is known color: Tan. HEX triplet: CA, B0 and 86. RGB value is (202,176,134). Sum of RGB (Red+Green+Blue) = 202+176+134=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB086 is #354F79. Grayscale: #B3B3B3. Windows color (decimal): -3493754 or 8827082. OLE color: 8827082.
HSL color Cylindrical-coordinate representation of color #CAB086: hue angle of 37.06º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAB086 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 134 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.21 |
| HSL | 37.06º | 0.39% | 0.66% | - |
| HSV(B) | 37.06º | 0.34% | 0.79% | - |
| XYZ | 44.19 | 45.33 | 28.97 | - |
| YUV | 178.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 134 | 0 | 0.13 | 0.34 | 0.21 | 37.06 | 0.39 | 0.66 |
| Hex | CA | B0 | 86 | 0 | D | 22 | 15 | 25 | 27 | 42 |
| Octal | 312 | 260 | 206 | 0 | 15 | 42 | 25 | 45 | 47 | 102 |
| Binary | 11001010 | 10110000 | 10000110 | 0 | 1101 | 100010 | 10101 | 100101 | 100111 | 1000010 |
Color Harmonies of #CAB086
Complementary color
Monochromatic Colors of #CAB086
Black with #CAB086
Text Example
Text Example
White with #CAB086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB086; }
p { color: rgb(202,176,134); }
H1.HeaderClassName
{
color: #CAB086;
}
.AnyTagClassName
{
color: #CAB086;
}
</style>
background-color css
<style>
a { background-color: #CAB086; }
a { background-color: rgb(202,176,134); }
div.DivClassName
{
background-color: #CAB086;
}
.BgClassName
{
background-color: #CAB086;
}
</style>
border-color css
<style>
span { border-color: #CAB086; }
span { border-color: rgb(202,176,134); }
td.TdClassName
{
border-color: #CAB086;
}
.TagClassName
{
border-color: #CAB086;
}
</style>