Shades of Tan #CAB38A
Tints of Tan #CAB38A
RGB
CMYK
RGB Variations
Color information
#CAB38A (or 0xCAB38A) is known color: Tan. HEX triplet: CA, B3 and 8A. RGB value is (202,179,138). Sum of RGB (Red+Green+Blue) = 202+179+138=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB38A is #354C75. Grayscale: #B5B5B5. Windows color (decimal): -3492982 or 9089994. OLE color: 9089994.
HSL color Cylindrical-coordinate representation of color #CAB38A: hue angle of 38.44º 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 #CAB38A is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 138 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.21 |
| HSL | 38.44º | 0.38% | 0.67% | - |
| HSV(B) | 38.44º | 0.32% | 0.79% | - |
| XYZ | 45.06 | 46.63 | 30.67 | - |
| YUV | 181.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 138 | 0 | 0.11 | 0.32 | 0.21 | 38.44 | 0.38 | 0.67 |
| Hex | CA | B3 | 8A | 0 | B | 20 | 15 | 26 | 26 | 43 |
| Octal | 312 | 263 | 212 | 0 | 13 | 40 | 25 | 46 | 46 | 103 |
| Binary | 11001010 | 10110011 | 10001010 | 0 | 1011 | 100000 | 10101 | 100110 | 100110 | 1000011 |
Color Harmonies of #CAB38A
Complementary color
Monochromatic Colors of #CAB38A
Black with #CAB38A
Text Example
Text Example
White with #CAB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB38A; }
p { color: rgb(202,179,138); }
H1.HeaderClassName
{
color: #CAB38A;
}
.AnyTagClassName
{
color: #CAB38A;
}
</style>
background-color css
<style>
a { background-color: #CAB38A; }
a { background-color: rgb(202,179,138); }
div.DivClassName
{
background-color: #CAB38A;
}
.BgClassName
{
background-color: #CAB38A;
}
</style>
border-color css
<style>
span { border-color: #CAB38A; }
span { border-color: rgb(202,179,138); }
td.TdClassName
{
border-color: #CAB38A;
}
.TagClassName
{
border-color: #CAB38A;
}
</style>