Shades of Tan #CAB18B
Tints of Tan #CAB18B
RGB
CMYK
RGB Variations
Color information
#CAB18B (or 0xCAB18B) is known color: Tan. HEX triplet: CA, B1 and 8B. RGB value is (202,177,139). Sum of RGB (Red+Green+Blue) = 202+177+139=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB18B is #354E74. Grayscale: #B4B4B4. Windows color (decimal): -3493493 or 9155018. OLE color: 9155018.
HSL color Cylindrical-coordinate representation of color #CAB18B: hue angle of 36.19º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAB18B is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 139 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.21 |
| HSL | 36.19º | 0.37% | 0.67% | - |
| HSV(B) | 36.19º | 0.31% | 0.79% | - |
| XYZ | 44.74 | 45.86 | 30.92 | - |
| YUV | 180.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 139 | 0 | 0.12 | 0.31 | 0.21 | 36.19 | 0.37 | 0.67 |
| Hex | CA | B1 | 8B | 0 | C | 1F | 15 | 24 | 25 | 43 |
| Octal | 312 | 261 | 213 | 0 | 14 | 37 | 25 | 44 | 45 | 103 |
| Binary | 11001010 | 10110001 | 10001011 | 0 | 1100 | 11111 | 10101 | 100100 | 100101 | 1000011 |
Color Harmonies of #CAB18B
Complementary color
Monochromatic Colors of #CAB18B
Black with #CAB18B
Text Example
Text Example
White with #CAB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB18B; }
p { color: rgb(202,177,139); }
H1.HeaderClassName
{
color: #CAB18B;
}
.AnyTagClassName
{
color: #CAB18B;
}
</style>
background-color css
<style>
a { background-color: #CAB18B; }
a { background-color: rgb(202,177,139); }
div.DivClassName
{
background-color: #CAB18B;
}
.BgClassName
{
background-color: #CAB18B;
}
</style>
border-color css
<style>
span { border-color: #CAB18B; }
span { border-color: rgb(202,177,139); }
td.TdClassName
{
border-color: #CAB18B;
}
.TagClassName
{
border-color: #CAB18B;
}
</style>