Shades of Tan #CAB88F
Tints of Tan #CAB88F
RGB
CMYK
RGB Variations
Color information
#CAB88F (or 0xCAB88F) is known color: Tan. HEX triplet: CA, B8 and 8F. RGB value is (202,184,143). Sum of RGB (Red+Green+Blue) = 202+184+143=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB88F is #354770. Grayscale: #B8B8B8. Windows color (decimal): -3491697 or 9418954. OLE color: 9418954.
HSL color Cylindrical-coordinate representation of color #CAB88F: hue angle of 41.69º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAB88F is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 143 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.21 |
| HSL | 41.69º | 0.36% | 0.68% | - |
| HSV(B) | 41.69º | 0.29% | 0.79% | - |
| XYZ | 46.46 | 48.82 | 32.96 | - |
| YUV | 184.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 143 | 0 | 0.09 | 0.29 | 0.21 | 41.69 | 0.36 | 0.68 |
| Hex | CA | B8 | 8F | 0 | 9 | 1D | 15 | 2A | 24 | 44 |
| Octal | 312 | 270 | 217 | 0 | 11 | 35 | 25 | 52 | 44 | 104 |
| Binary | 11001010 | 10111000 | 10001111 | 0 | 1001 | 11101 | 10101 | 101010 | 100100 | 1000100 |
Color Harmonies of #CAB88F
Complementary color
Monochromatic Colors of #CAB88F
Black with #CAB88F
Text Example
Text Example
White with #CAB88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB88F; }
p { color: rgb(202,184,143); }
H1.HeaderClassName
{
color: #CAB88F;
}
.AnyTagClassName
{
color: #CAB88F;
}
</style>
background-color css
<style>
a { background-color: #CAB88F; }
a { background-color: rgb(202,184,143); }
div.DivClassName
{
background-color: #CAB88F;
}
.BgClassName
{
background-color: #CAB88F;
}
</style>
border-color css
<style>
span { border-color: #CAB88F; }
span { border-color: rgb(202,184,143); }
td.TdClassName
{
border-color: #CAB88F;
}
.TagClassName
{
border-color: #CAB88F;
}
</style>