Shades of Tan #CAB286
Tints of Tan #CAB286
RGB
CMYK
RGB Variations
Color information
#CAB286 (or 0xCAB286) is known color: Tan. HEX triplet: CA, B2 and 86. RGB value is (202,178,134). Sum of RGB (Red+Green+Blue) = 202+178+134=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB286 is #354D79. Grayscale: #B4B4B4. Windows color (decimal): -3493242 or 8827594. OLE color: 8827594.
HSL color Cylindrical-coordinate representation of color #CAB286: hue angle of 38.82º 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 #CAB286 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 134 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.21 |
| HSL | 38.82º | 0.39% | 0.66% | - |
| HSV(B) | 38.82º | 0.34% | 0.79% | - |
| XYZ | 44.58 | 46.12 | 29.11 | - |
| YUV | 180.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 134 | 0 | 0.12 | 0.34 | 0.21 | 38.82 | 0.39 | 0.66 |
| Hex | CA | B2 | 86 | 0 | C | 22 | 15 | 27 | 27 | 42 |
| Octal | 312 | 262 | 206 | 0 | 14 | 42 | 25 | 47 | 47 | 102 |
| Binary | 11001010 | 10110010 | 10000110 | 0 | 1100 | 100010 | 10101 | 100111 | 100111 | 1000010 |
Color Harmonies of #CAB286
Complementary color
Monochromatic Colors of #CAB286
Black with #CAB286
Text Example
Text Example
White with #CAB286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB286; }
p { color: rgb(202,178,134); }
H1.HeaderClassName
{
color: #CAB286;
}
.AnyTagClassName
{
color: #CAB286;
}
</style>
background-color css
<style>
a { background-color: #CAB286; }
a { background-color: rgb(202,178,134); }
div.DivClassName
{
background-color: #CAB286;
}
.BgClassName
{
background-color: #CAB286;
}
</style>
border-color css
<style>
span { border-color: #CAB286; }
span { border-color: rgb(202,178,134); }
td.TdClassName
{
border-color: #CAB286;
}
.TagClassName
{
border-color: #CAB286;
}
</style>