Shades of Tan #CAB68D
Tints of Tan #CAB68D
RGB
CMYK
RGB Variations
Color information
#CAB68D (or 0xCAB68D) is known color: Tan. HEX triplet: CA, B6 and 8D. RGB value is (202,182,141). Sum of RGB (Red+Green+Blue) = 202+182+141=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB68D is #354972. Grayscale: #B7B7B7. Windows color (decimal): -3492211 or 9287370. OLE color: 9287370.
HSL color Cylindrical-coordinate representation of color #CAB68D: hue angle of 40.33º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAB68D is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 141 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.21 |
| HSL | 40.33º | 0.37% | 0.67% | - |
| HSV(B) | 40.33º | 0.3% | 0.79% | - |
| XYZ | 45.89 | 47.94 | 32.03 | - |
| YUV | 183.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 141 | 0 | 0.10 | 0.30 | 0.21 | 40.33 | 0.37 | 0.67 |
| Hex | CA | B6 | 8D | 0 | A | 1E | 15 | 28 | 25 | 43 |
| Octal | 312 | 266 | 215 | 0 | 12 | 36 | 25 | 50 | 45 | 103 |
| Binary | 11001010 | 10110110 | 10001101 | 0 | 1010 | 11110 | 10101 | 101000 | 100101 | 1000011 |
Color Harmonies of #CAB68D
Complementary color
Monochromatic Colors of #CAB68D
Black with #CAB68D
Text Example
Text Example
White with #CAB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB68D; }
p { color: rgb(202,182,141); }
H1.HeaderClassName
{
color: #CAB68D;
}
.AnyTagClassName
{
color: #CAB68D;
}
</style>
background-color css
<style>
a { background-color: #CAB68D; }
a { background-color: rgb(202,182,141); }
div.DivClassName
{
background-color: #CAB68D;
}
.BgClassName
{
background-color: #CAB68D;
}
</style>
border-color css
<style>
span { border-color: #CAB68D; }
span { border-color: rgb(202,182,141); }
td.TdClassName
{
border-color: #CAB68D;
}
.TagClassName
{
border-color: #CAB68D;
}
</style>