Shades of Tan #CAB08A
Tints of Tan #CAB08A
RGB
CMYK
RGB Variations
Color information
#CAB08A (or 0xCAB08A) is known color: Tan. HEX triplet: CA, B0 and 8A. RGB value is (202,176,138). Sum of RGB (Red+Green+Blue) = 202+176+138=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB08A is #354F75. Grayscale: #B3B3B3. Windows color (decimal): -3493750 or 9089226. OLE color: 9089226.
HSL color Cylindrical-coordinate representation of color #CAB08A: hue angle of 35.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAB08A is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 138 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.21 |
| HSL | 35.63º | 0.38% | 0.67% | - |
| HSV(B) | 35.63º | 0.32% | 0.79% | - |
| XYZ | 44.47 | 45.44 | 30.47 | - |
| YUV | 179.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 138 | 0 | 0.13 | 0.32 | 0.21 | 35.63 | 0.38 | 0.67 |
| Hex | CA | B0 | 8A | 0 | D | 20 | 15 | 24 | 26 | 43 |
| Octal | 312 | 260 | 212 | 0 | 15 | 40 | 25 | 44 | 46 | 103 |
| Binary | 11001010 | 10110000 | 10001010 | 0 | 1101 | 100000 | 10101 | 100100 | 100110 | 1000011 |
Color Harmonies of #CAB08A
Complementary color
Monochromatic Colors of #CAB08A
Black with #CAB08A
Text Example
Text Example
White with #CAB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB08A; }
p { color: rgb(202,176,138); }
H1.HeaderClassName
{
color: #CAB08A;
}
.AnyTagClassName
{
color: #CAB08A;
}
</style>
background-color css
<style>
a { background-color: #CAB08A; }
a { background-color: rgb(202,176,138); }
div.DivClassName
{
background-color: #CAB08A;
}
.BgClassName
{
background-color: #CAB08A;
}
</style>
border-color css
<style>
span { border-color: #CAB08A; }
span { border-color: rgb(202,176,138); }
td.TdClassName
{
border-color: #CAB08A;
}
.TagClassName
{
border-color: #CAB08A;
}
</style>