Shades of Tan #CAB68B
Tints of Tan #CAB68B
RGB
CMYK
RGB Variations
Color information
#CAB68B (or 0xCAB68B) is known color: Tan. HEX triplet: CA, B6 and 8B. RGB value is (202,182,139). Sum of RGB (Red+Green+Blue) = 202+182+139=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB68B is #354974. Grayscale: #B7B7B7. Windows color (decimal): -3492213 or 9156298. OLE color: 9156298.
HSL color Cylindrical-coordinate representation of color #CAB68B: hue angle of 40.95º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAB68B is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 139 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.21 |
| HSL | 40.95º | 0.37% | 0.67% | - |
| HSV(B) | 40.95º | 0.31% | 0.79% | - |
| XYZ | 45.75 | 47.88 | 31.26 | - |
| YUV | 183.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 139 | 0 | 0.10 | 0.31 | 0.21 | 40.95 | 0.37 | 0.67 |
| Hex | CA | B6 | 8B | 0 | A | 1F | 15 | 29 | 25 | 43 |
| Octal | 312 | 266 | 213 | 0 | 12 | 37 | 25 | 51 | 45 | 103 |
| Binary | 11001010 | 10110110 | 10001011 | 0 | 1010 | 11111 | 10101 | 101001 | 100101 | 1000011 |
Color Harmonies of #CAB68B
Complementary color
Monochromatic Colors of #CAB68B
Black with #CAB68B
Text Example
Text Example
White with #CAB68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB68B; }
p { color: rgb(202,182,139); }
H1.HeaderClassName
{
color: #CAB68B;
}
.AnyTagClassName
{
color: #CAB68B;
}
</style>
background-color css
<style>
a { background-color: #CAB68B; }
a { background-color: rgb(202,182,139); }
div.DivClassName
{
background-color: #CAB68B;
}
.BgClassName
{
background-color: #CAB68B;
}
</style>
border-color css
<style>
span { border-color: #CAB68B; }
span { border-color: rgb(202,182,139); }
td.TdClassName
{
border-color: #CAB68B;
}
.TagClassName
{
border-color: #CAB68B;
}
</style>