Shades of Tan #CAB188
Tints of Tan #CAB188
RGB
CMYK
RGB Variations
Color information
#CAB188 (or 0xCAB188) is known color: Tan. HEX triplet: CA, B1 and 88. RGB value is (202,177,136). Sum of RGB (Red+Green+Blue) = 202+177+136=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB188 is #354E77. Grayscale: #B3B3B3. Windows color (decimal): -3493496 or 8958410. OLE color: 8958410.
HSL color Cylindrical-coordinate representation of color #CAB188: hue angle of 37.27º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAB188 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 136 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.21 |
| HSL | 37.27º | 0.38% | 0.66% | - |
| HSV(B) | 37.27º | 0.33% | 0.79% | - |
| XYZ | 44.52 | 45.78 | 29.78 | - |
| YUV | 179.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 136 | 0 | 0.12 | 0.33 | 0.21 | 37.27 | 0.38 | 0.66 |
| Hex | CA | B1 | 88 | 0 | C | 21 | 15 | 25 | 26 | 42 |
| Octal | 312 | 261 | 210 | 0 | 14 | 41 | 25 | 45 | 46 | 102 |
| Binary | 11001010 | 10110001 | 10001000 | 0 | 1100 | 100001 | 10101 | 100101 | 100110 | 1000010 |
Color Harmonies of #CAB188
Complementary color
Monochromatic Colors of #CAB188
Black with #CAB188
Text Example
Text Example
White with #CAB188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB188; }
p { color: rgb(202,177,136); }
H1.HeaderClassName
{
color: #CAB188;
}
.AnyTagClassName
{
color: #CAB188;
}
</style>
background-color css
<style>
a { background-color: #CAB188; }
a { background-color: rgb(202,177,136); }
div.DivClassName
{
background-color: #CAB188;
}
.BgClassName
{
background-color: #CAB188;
}
</style>
border-color css
<style>
span { border-color: #CAB188; }
span { border-color: rgb(202,177,136); }
td.TdClassName
{
border-color: #CAB188;
}
.TagClassName
{
border-color: #CAB188;
}
</style>