Shades of Tan #CAB48A
Tints of Tan #CAB48A
RGB
CMYK
RGB Variations
Color information
#CAB48A (or 0xCAB48A) is known color: Tan. HEX triplet: CA, B4 and 8A. RGB value is (202,180,138). Sum of RGB (Red+Green+Blue) = 202+180+138=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB48A is #354B75. Grayscale: #B5B5B5. Windows color (decimal): -3492726 or 9090250. OLE color: 9090250.
HSL color Cylindrical-coordinate representation of color #CAB48A: hue angle of 39.38º 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 #CAB48A is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 138 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.21 |
| HSL | 39.38º | 0.38% | 0.67% | - |
| HSV(B) | 39.38º | 0.32% | 0.79% | - |
| XYZ | 45.27 | 47.03 | 30.74 | - |
| YUV | 181.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 138 | 0 | 0.11 | 0.32 | 0.21 | 39.38 | 0.38 | 0.67 |
| Hex | CA | B4 | 8A | 0 | B | 20 | 15 | 27 | 26 | 43 |
| Octal | 312 | 264 | 212 | 0 | 13 | 40 | 25 | 47 | 46 | 103 |
| Binary | 11001010 | 10110100 | 10001010 | 0 | 1011 | 100000 | 10101 | 100111 | 100110 | 1000011 |
Color Harmonies of #CAB48A
Complementary color
Monochromatic Colors of #CAB48A
Black with #CAB48A
Text Example
Text Example
White with #CAB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB48A; }
p { color: rgb(202,180,138); }
H1.HeaderClassName
{
color: #CAB48A;
}
.AnyTagClassName
{
color: #CAB48A;
}
</style>
background-color css
<style>
a { background-color: #CAB48A; }
a { background-color: rgb(202,180,138); }
div.DivClassName
{
background-color: #CAB48A;
}
.BgClassName
{
background-color: #CAB48A;
}
</style>
border-color css
<style>
span { border-color: #CAB48A; }
span { border-color: rgb(202,180,138); }
td.TdClassName
{
border-color: #CAB48A;
}
.TagClassName
{
border-color: #CAB48A;
}
</style>