Shades of Tan #CAB087
Tints of Tan #CAB087
RGB
CMYK
RGB Variations
Color information
#CAB087 (or 0xCAB087) is known color: Tan. HEX triplet: CA, B0 and 87. RGB value is (202,176,135). Sum of RGB (Red+Green+Blue) = 202+176+135=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB087 is #354F78. Grayscale: #B3B3B3. Windows color (decimal): -3493753 or 8892618. OLE color: 8892618.
HSL color Cylindrical-coordinate representation of color #CAB087: hue angle of 36.72º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAB087 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 135 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.21 |
| HSL | 36.72º | 0.39% | 0.66% | - |
| HSV(B) | 36.72º | 0.33% | 0.79% | - |
| XYZ | 44.26 | 45.36 | 29.34 | - |
| YUV | 179.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 135 | 0 | 0.13 | 0.33 | 0.21 | 36.72 | 0.39 | 0.66 |
| Hex | CA | B0 | 87 | 0 | D | 21 | 15 | 25 | 27 | 42 |
| Octal | 312 | 260 | 207 | 0 | 15 | 41 | 25 | 45 | 47 | 102 |
| Binary | 11001010 | 10110000 | 10000111 | 0 | 1101 | 100001 | 10101 | 100101 | 100111 | 1000010 |
Color Harmonies of #CAB087
Complementary color
Monochromatic Colors of #CAB087
Black with #CAB087
Text Example
Text Example
White with #CAB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB087; }
p { color: rgb(202,176,135); }
H1.HeaderClassName
{
color: #CAB087;
}
.AnyTagClassName
{
color: #CAB087;
}
</style>
background-color css
<style>
a { background-color: #CAB087; }
a { background-color: rgb(202,176,135); }
div.DivClassName
{
background-color: #CAB087;
}
.BgClassName
{
background-color: #CAB087;
}
</style>
border-color css
<style>
span { border-color: #CAB087; }
span { border-color: rgb(202,176,135); }
td.TdClassName
{
border-color: #CAB087;
}
.TagClassName
{
border-color: #CAB087;
}
</style>