Shades of Tan #CAAD8E
Tints of Tan #CAAD8E
RGB
CMYK
RGB Variations
Color information
#CAAD8E (or 0xCAAD8E) is known color: Tan. HEX triplet: CA, AD and 8E. RGB value is (202,173,142). Sum of RGB (Red+Green+Blue) = 202+173+142=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAD8E is #355271. Grayscale: #B2B2B2. Windows color (decimal): -3494514 or 9350602. OLE color: 9350602.
HSL color Cylindrical-coordinate representation of color #CAAD8E: hue angle of 31º degrees, saturation: 0.36, 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 #CAAD8E is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 173 | 142 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.21 |
| HSL | 31º | 0.36% | 0.67% | - |
| HSV(B) | 31º | 0.3% | 0.79% | - |
| XYZ | 44.18 | 44.4 | 31.83 | - |
| YUV | 178.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 142 | 0 | 0.14 | 0.30 | 0.21 | 31 | 0.36 | 0.67 |
| Hex | CA | AD | 8E | 0 | E | 1E | 15 | 1F | 24 | 43 |
| Octal | 312 | 255 | 216 | 0 | 16 | 36 | 25 | 37 | 44 | 103 |
| Binary | 11001010 | 10101101 | 10001110 | 0 | 1110 | 11110 | 10101 | 11111 | 100100 | 1000011 |
Color Harmonies of #CAAD8E
Complementary color
Monochromatic Colors of #CAAD8E
Black with #CAAD8E
Text Example
Text Example
White with #CAAD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAD8E; }
p { color: rgb(202,173,142); }
H1.HeaderClassName
{
color: #CAAD8E;
}
.AnyTagClassName
{
color: #CAAD8E;
}
</style>
background-color css
<style>
a { background-color: #CAAD8E; }
a { background-color: rgb(202,173,142); }
div.DivClassName
{
background-color: #CAAD8E;
}
.BgClassName
{
background-color: #CAAD8E;
}
</style>
border-color css
<style>
span { border-color: #CAAD8E; }
span { border-color: rgb(202,173,142); }
td.TdClassName
{
border-color: #CAAD8E;
}
.TagClassName
{
border-color: #CAAD8E;
}
</style>