Shades of Tan #CAB08F
Tints of Tan #CAB08F
RGB
CMYK
RGB Variations
Color information
#CAB08F (or 0xCAB08F) is known color: Tan. HEX triplet: CA, B0 and 8F. RGB value is (202,176,143). Sum of RGB (Red+Green+Blue) = 202+176+143=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB08F is #354F70. Grayscale: #B4B4B4. Windows color (decimal): -3493745 or 9416906. OLE color: 9416906.
HSL color Cylindrical-coordinate representation of color #CAB08F: hue angle of 33.56º 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 #CAB08F is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 143 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.21 |
| HSL | 33.56º | 0.36% | 0.68% | - |
| HSV(B) | 33.56º | 0.29% | 0.79% | - |
| XYZ | 44.84 | 45.59 | 32.42 | - |
| YUV | 180.01 | 107.11 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 143 | 0 | 0.13 | 0.29 | 0.21 | 33.56 | 0.36 | 0.68 |
| Hex | CA | B0 | 8F | 0 | D | 1D | 15 | 22 | 24 | 44 |
| Octal | 312 | 260 | 217 | 0 | 15 | 35 | 25 | 42 | 44 | 104 |
| Binary | 11001010 | 10110000 | 10001111 | 0 | 1101 | 11101 | 10101 | 100010 | 100100 | 1000100 |
Color Harmonies of #CAB08F
Complementary color
Monochromatic Colors of #CAB08F
Black with #CAB08F
Text Example
Text Example
White with #CAB08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB08F; }
p { color: rgb(202,176,143); }
H1.HeaderClassName
{
color: #CAB08F;
}
.AnyTagClassName
{
color: #CAB08F;
}
</style>
background-color css
<style>
a { background-color: #CAB08F; }
a { background-color: rgb(202,176,143); }
div.DivClassName
{
background-color: #CAB08F;
}
.BgClassName
{
background-color: #CAB08F;
}
</style>
border-color css
<style>
span { border-color: #CAB08F; }
span { border-color: rgb(202,176,143); }
td.TdClassName
{
border-color: #CAB08F;
}
.TagClassName
{
border-color: #CAB08F;
}
</style>