Shades of Tan #CAB18A
Tints of Tan #CAB18A
RGB
CMYK
RGB Variations
Color information
#CAB18A (or 0xCAB18A) is known color: Tan. HEX triplet: CA, B1 and 8A. RGB value is (202,177,138). Sum of RGB (Red+Green+Blue) = 202+177+138=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB18A is #354E75. Grayscale: #B4B4B4. Windows color (decimal): -3493494 or 9089482. OLE color: 9089482.
HSL color Cylindrical-coordinate representation of color #CAB18A: hue angle of 36.56º 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 #CAB18A is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 138 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.21 |
| HSL | 36.56º | 0.38% | 0.67% | - |
| HSV(B) | 36.56º | 0.32% | 0.79% | - |
| XYZ | 44.67 | 45.84 | 30.54 | - |
| YUV | 180.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 138 | 0 | 0.12 | 0.32 | 0.21 | 36.56 | 0.38 | 0.67 |
| Hex | CA | B1 | 8A | 0 | C | 20 | 15 | 25 | 26 | 43 |
| Octal | 312 | 261 | 212 | 0 | 14 | 40 | 25 | 45 | 46 | 103 |
| Binary | 11001010 | 10110001 | 10001010 | 0 | 1100 | 100000 | 10101 | 100101 | 100110 | 1000011 |
Color Harmonies of #CAB18A
Complementary color
Monochromatic Colors of #CAB18A
Black with #CAB18A
Text Example
Text Example
White with #CAB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB18A; }
p { color: rgb(202,177,138); }
H1.HeaderClassName
{
color: #CAB18A;
}
.AnyTagClassName
{
color: #CAB18A;
}
</style>
background-color css
<style>
a { background-color: #CAB18A; }
a { background-color: rgb(202,177,138); }
div.DivClassName
{
background-color: #CAB18A;
}
.BgClassName
{
background-color: #CAB18A;
}
</style>
border-color css
<style>
span { border-color: #CAB18A; }
span { border-color: rgb(202,177,138); }
td.TdClassName
{
border-color: #CAB18A;
}
.TagClassName
{
border-color: #CAB18A;
}
</style>