Shades of Tan #CAB287
Tints of Tan #CAB287
RGB
CMYK
RGB Variations
Color information
#CAB287 (or 0xCAB287) is known color: Tan. HEX triplet: CA, B2 and 87. RGB value is (202,178,135). Sum of RGB (Red+Green+Blue) = 202+178+135=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB287 is #354D78. Grayscale: #B4B4B4. Windows color (decimal): -3493241 or 8893130. OLE color: 8893130.
HSL color Cylindrical-coordinate representation of color #CAB287: hue angle of 38.51º degrees, saturation: 0.39, 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 #CAB287 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 135 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.21 |
| HSL | 38.51º | 0.39% | 0.66% | - |
| HSV(B) | 38.51º | 0.33% | 0.79% | - |
| XYZ | 44.65 | 46.15 | 29.48 | - |
| YUV | 180.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 135 | 0 | 0.12 | 0.33 | 0.21 | 38.51 | 0.39 | 0.66 |
| Hex | CA | B2 | 87 | 0 | C | 21 | 15 | 27 | 27 | 42 |
| Octal | 312 | 262 | 207 | 0 | 14 | 41 | 25 | 47 | 47 | 102 |
| Binary | 11001010 | 10110010 | 10000111 | 0 | 1100 | 100001 | 10101 | 100111 | 100111 | 1000010 |
Color Harmonies of #CAB287
Complementary color
Monochromatic Colors of #CAB287
Black with #CAB287
Text Example
Text Example
White with #CAB287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB287; }
p { color: rgb(202,178,135); }
H1.HeaderClassName
{
color: #CAB287;
}
.AnyTagClassName
{
color: #CAB287;
}
</style>
background-color css
<style>
a { background-color: #CAB287; }
a { background-color: rgb(202,178,135); }
div.DivClassName
{
background-color: #CAB287;
}
.BgClassName
{
background-color: #CAB287;
}
</style>
border-color css
<style>
span { border-color: #CAB287; }
span { border-color: rgb(202,178,135); }
td.TdClassName
{
border-color: #CAB287;
}
.TagClassName
{
border-color: #CAB287;
}
</style>