Shades of Tan #CAB189
Tints of Tan #CAB189
RGB
CMYK
RGB Variations
Color information
#CAB189 (or 0xCAB189) is known color: Tan. HEX triplet: CA, B1 and 89. RGB value is (202,177,137). Sum of RGB (Red+Green+Blue) = 202+177+137=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB189 is #354E76. Grayscale: #B4B4B4. Windows color (decimal): -3493495 or 9023946. OLE color: 9023946.
HSL color Cylindrical-coordinate representation of color #CAB189: hue angle of 36.92º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAB189 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 137 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.21 |
| HSL | 36.92º | 0.38% | 0.66% | - |
| HSV(B) | 36.92º | 0.32% | 0.79% | - |
| XYZ | 44.59 | 45.81 | 30.16 | - |
| YUV | 179.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 137 | 0 | 0.12 | 0.32 | 0.21 | 36.92 | 0.38 | 0.66 |
| Hex | CA | B1 | 89 | 0 | C | 20 | 15 | 25 | 26 | 42 |
| Octal | 312 | 261 | 211 | 0 | 14 | 40 | 25 | 45 | 46 | 102 |
| Binary | 11001010 | 10110001 | 10001001 | 0 | 1100 | 100000 | 10101 | 100101 | 100110 | 1000010 |
Color Harmonies of #CAB189
Complementary color
Monochromatic Colors of #CAB189
Black with #CAB189
Text Example
Text Example
White with #CAB189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB189; }
p { color: rgb(202,177,137); }
H1.HeaderClassName
{
color: #CAB189;
}
.AnyTagClassName
{
color: #CAB189;
}
</style>
background-color css
<style>
a { background-color: #CAB189; }
a { background-color: rgb(202,177,137); }
div.DivClassName
{
background-color: #CAB189;
}
.BgClassName
{
background-color: #CAB189;
}
</style>
border-color css
<style>
span { border-color: #CAB189; }
span { border-color: rgb(202,177,137); }
td.TdClassName
{
border-color: #CAB189;
}
.TagClassName
{
border-color: #CAB189;
}
</style>