Shades of Tan #CFAF8D
Tints of Tan #CFAF8D
RGB
CMYK
RGB Variations
Color information
#CFAF8D (or 0xCFAF8D) is known color: Tan. HEX triplet: CF, AF and 8D. RGB value is (207,175,141). Sum of RGB (Red+Green+Blue) = 207+175+141=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF8D is #305072. Grayscale: #B4B4B4. Windows color (decimal): -3166323 or 9285583. OLE color: 9285583.
HSL color Cylindrical-coordinate representation of color #CFAF8D: hue angle of 30.91º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFAF8D is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 141 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.19 |
| HSL | 30.91º | 0.41% | 0.68% | - |
| HSV(B) | 30.91º | 0.32% | 0.81% | - |
| XYZ | 45.87 | 45.85 | 31.63 | - |
| YUV | 180.69 | 105.6 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 141 | 0 | 0.15 | 0.32 | 0.19 | 30.91 | 0.41 | 0.68 |
| Hex | CF | AF | 8D | 0 | F | 20 | 13 | 1F | 29 | 44 |
| Octal | 317 | 257 | 215 | 0 | 17 | 40 | 23 | 37 | 51 | 104 |
| Binary | 11001111 | 10101111 | 10001101 | 0 | 1111 | 100000 | 10011 | 11111 | 101001 | 1000100 |
Color Harmonies of #CFAF8D
Complementary color
Monochromatic Colors of #CFAF8D
Black with #CFAF8D
Text Example
Text Example
White with #CFAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF8D; }
p { color: rgb(207,175,141); }
H1.HeaderClassName
{
color: #CFAF8D;
}
.AnyTagClassName
{
color: #CFAF8D;
}
</style>
background-color css
<style>
a { background-color: #CFAF8D; }
a { background-color: rgb(207,175,141); }
div.DivClassName
{
background-color: #CFAF8D;
}
.BgClassName
{
background-color: #CFAF8D;
}
</style>
border-color css
<style>
span { border-color: #CFAF8D; }
span { border-color: rgb(207,175,141); }
td.TdClassName
{
border-color: #CFAF8D;
}
.TagClassName
{
border-color: #CFAF8D;
}
</style>