Shades of Tan #CAAC8A
Tints of Tan #CAAC8A
RGB
CMYK
RGB Variations
Color information
#CAAC8A (or 0xCAAC8A) is known color: Tan. HEX triplet: CA, AC and 8A. RGB value is (202,172,138). Sum of RGB (Red+Green+Blue) = 202+172+138=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAC8A is #355375. Grayscale: #B1B1B1. Windows color (decimal): -3494774 or 9088202. OLE color: 9088202.
HSL color Cylindrical-coordinate representation of color #CAAC8A: hue angle of 31.88º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAAC8A is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 172 | 138 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.21 |
| HSL | 31.88º | 0.38% | 0.67% | - |
| HSV(B) | 31.88º | 0.32% | 0.79% | - |
| XYZ | 43.7 | 43.9 | 30.21 | - |
| YUV | 177.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 138 | 0 | 0.15 | 0.32 | 0.21 | 31.88 | 0.38 | 0.67 |
| Hex | CA | AC | 8A | 0 | F | 20 | 15 | 20 | 26 | 43 |
| Octal | 312 | 254 | 212 | 0 | 17 | 40 | 25 | 40 | 46 | 103 |
| Binary | 11001010 | 10101100 | 10001010 | 0 | 1111 | 100000 | 10101 | 100000 | 100110 | 1000011 |
Color Harmonies of #CAAC8A
Complementary color
Monochromatic Colors of #CAAC8A
Black with #CAAC8A
Text Example
Text Example
White with #CAAC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAC8A; }
p { color: rgb(202,172,138); }
H1.HeaderClassName
{
color: #CAAC8A;
}
.AnyTagClassName
{
color: #CAAC8A;
}
</style>
background-color css
<style>
a { background-color: #CAAC8A; }
a { background-color: rgb(202,172,138); }
div.DivClassName
{
background-color: #CAAC8A;
}
.BgClassName
{
background-color: #CAAC8A;
}
</style>
border-color css
<style>
span { border-color: #CAAC8A; }
span { border-color: rgb(202,172,138); }
td.TdClassName
{
border-color: #CAAC8A;
}
.TagClassName
{
border-color: #CAAC8A;
}
</style>