Shades of Tan #CAB185
Tints of Tan #CAB185
RGB
CMYK
RGB Variations
Color information
#CAB185 (or 0xCAB185) is known color: Tan. HEX triplet: CA, B1 and 85. RGB value is (202,177,133). Sum of RGB (Red+Green+Blue) = 202+177+133=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB185 is #354E7A. Grayscale: #B3B3B3. Windows color (decimal): -3493499 or 8761802. OLE color: 8761802.
HSL color Cylindrical-coordinate representation of color #CAB185: hue angle of 38.26º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAB185 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 133 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.21 |
| HSL | 38.26º | 0.39% | 0.66% | - |
| HSV(B) | 38.26º | 0.34% | 0.79% | - |
| XYZ | 44.31 | 45.69 | 28.67 | - |
| YUV | 179.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 133 | 0 | 0.12 | 0.34 | 0.21 | 38.26 | 0.39 | 0.66 |
| Hex | CA | B1 | 85 | 0 | C | 22 | 15 | 26 | 27 | 42 |
| Octal | 312 | 261 | 205 | 0 | 14 | 42 | 25 | 46 | 47 | 102 |
| Binary | 11001010 | 10110001 | 10000101 | 0 | 1100 | 100010 | 10101 | 100110 | 100111 | 1000010 |
Color Harmonies of #CAB185
Complementary color
Monochromatic Colors of #CAB185
Black with #CAB185
Text Example
Text Example
White with #CAB185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB185; }
p { color: rgb(202,177,133); }
H1.HeaderClassName
{
color: #CAB185;
}
.AnyTagClassName
{
color: #CAB185;
}
</style>
background-color css
<style>
a { background-color: #CAB185; }
a { background-color: rgb(202,177,133); }
div.DivClassName
{
background-color: #CAB185;
}
.BgClassName
{
background-color: #CAB185;
}
</style>
border-color css
<style>
span { border-color: #CAB185; }
span { border-color: rgb(202,177,133); }
td.TdClassName
{
border-color: #CAB185;
}
.TagClassName
{
border-color: #CAB185;
}
</style>