Shades of Tan #CAB285
Tints of Tan #CAB285
RGB
CMYK
RGB Variations
Color information
#CAB285 (or 0xCAB285) is known color: Tan. HEX triplet: CA, B2 and 85. RGB value is (202,178,133). Sum of RGB (Red+Green+Blue) = 202+178+133=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB285 is #354D7A. Grayscale: #B4B4B4. Windows color (decimal): -3493243 or 8762058. OLE color: 8762058.
HSL color Cylindrical-coordinate representation of color #CAB285: hue angle of 39.13º 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 #CAB285 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 133 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.21 |
| HSL | 39.13º | 0.39% | 0.66% | - |
| HSV(B) | 39.13º | 0.34% | 0.79% | - |
| XYZ | 44.51 | 46.09 | 28.74 | - |
| YUV | 180.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 133 | 0 | 0.12 | 0.34 | 0.21 | 39.13 | 0.39 | 0.66 |
| Hex | CA | B2 | 85 | 0 | C | 22 | 15 | 27 | 27 | 42 |
| Octal | 312 | 262 | 205 | 0 | 14 | 42 | 25 | 47 | 47 | 102 |
| Binary | 11001010 | 10110010 | 10000101 | 0 | 1100 | 100010 | 10101 | 100111 | 100111 | 1000010 |
Color Harmonies of #CAB285
Complementary color
Monochromatic Colors of #CAB285
Black with #CAB285
Text Example
Text Example
White with #CAB285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB285; }
p { color: rgb(202,178,133); }
H1.HeaderClassName
{
color: #CAB285;
}
.AnyTagClassName
{
color: #CAB285;
}
</style>
background-color css
<style>
a { background-color: #CAB285; }
a { background-color: rgb(202,178,133); }
div.DivClassName
{
background-color: #CAB285;
}
.BgClassName
{
background-color: #CAB285;
}
</style>
border-color css
<style>
span { border-color: #CAB285; }
span { border-color: rgb(202,178,133); }
td.TdClassName
{
border-color: #CAB285;
}
.TagClassName
{
border-color: #CAB285;
}
</style>