Shades of Tan #CAAF8C
Tints of Tan #CAAF8C
RGB
CMYK
RGB Variations
Color information
#CAAF8C (or 0xCAAF8C) is known color: Tan. HEX triplet: CA, AF and 8C. RGB value is (202,175,140). Sum of RGB (Red+Green+Blue) = 202+175+140=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAF8C is #355073. Grayscale: #B3B3B3. Windows color (decimal): -3494004 or 9220042. OLE color: 9220042.
HSL color Cylindrical-coordinate representation of color #CAAF8C: hue angle of 33.87º 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 #CAAF8C is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 175 | 140 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.21 |
| HSL | 33.87º | 0.37% | 0.67% | - |
| HSV(B) | 33.87º | 0.31% | 0.79% | - |
| XYZ | 44.42 | 45.11 | 31.18 | - |
| YUV | 179.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 175 | 140 | 0 | 0.13 | 0.31 | 0.21 | 33.87 | 0.37 | 0.67 |
| Hex | CA | AF | 8C | 0 | D | 1F | 15 | 22 | 25 | 43 |
| Octal | 312 | 257 | 214 | 0 | 15 | 37 | 25 | 42 | 45 | 103 |
| Binary | 11001010 | 10101111 | 10001100 | 0 | 1101 | 11111 | 10101 | 100010 | 100101 | 1000011 |
Color Harmonies of #CAAF8C
Complementary color
Monochromatic Colors of #CAAF8C
Black with #CAAF8C
Text Example
Text Example
White with #CAAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAF8C; }
p { color: rgb(202,175,140); }
H1.HeaderClassName
{
color: #CAAF8C;
}
.AnyTagClassName
{
color: #CAAF8C;
}
</style>
background-color css
<style>
a { background-color: #CAAF8C; }
a { background-color: rgb(202,175,140); }
div.DivClassName
{
background-color: #CAAF8C;
}
.BgClassName
{
background-color: #CAAF8C;
}
</style>
border-color css
<style>
span { border-color: #CAAF8C; }
span { border-color: rgb(202,175,140); }
td.TdClassName
{
border-color: #CAAF8C;
}
.TagClassName
{
border-color: #CAAF8C;
}
</style>