Shades of Tan #CAB38D
Tints of Tan #CAB38D
RGB
CMYK
RGB Variations
Color information
#CAB38D (or 0xCAB38D) is known color: Tan. HEX triplet: CA, B3 and 8D. RGB value is (202,179,141). Sum of RGB (Red+Green+Blue) = 202+179+141=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB38D is #354C72. Grayscale: #B5B5B5. Windows color (decimal): -3492979 or 9286602. OLE color: 9286602.
HSL color Cylindrical-coordinate representation of color #CAB38D: hue angle of 37.38º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAB38D is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 141 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.21 |
| HSL | 37.38º | 0.37% | 0.67% | - |
| HSV(B) | 37.38º | 0.3% | 0.79% | - |
| XYZ | 45.28 | 46.72 | 31.83 | - |
| YUV | 181.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 141 | 0 | 0.11 | 0.30 | 0.21 | 37.38 | 0.37 | 0.67 |
| Hex | CA | B3 | 8D | 0 | B | 1E | 15 | 25 | 25 | 43 |
| Octal | 312 | 263 | 215 | 0 | 13 | 36 | 25 | 45 | 45 | 103 |
| Binary | 11001010 | 10110011 | 10001101 | 0 | 1011 | 11110 | 10101 | 100101 | 100101 | 1000011 |
Color Harmonies of #CAB38D
Complementary color
Monochromatic Colors of #CAB38D
Black with #CAB38D
Text Example
Text Example
White with #CAB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB38D; }
p { color: rgb(202,179,141); }
H1.HeaderClassName
{
color: #CAB38D;
}
.AnyTagClassName
{
color: #CAB38D;
}
</style>
background-color css
<style>
a { background-color: #CAB38D; }
a { background-color: rgb(202,179,141); }
div.DivClassName
{
background-color: #CAB38D;
}
.BgClassName
{
background-color: #CAB38D;
}
</style>
border-color css
<style>
span { border-color: #CAB38D; }
span { border-color: rgb(202,179,141); }
td.TdClassName
{
border-color: #CAB38D;
}
.TagClassName
{
border-color: #CAB38D;
}
</style>