Shades of Tan #CFAF8E
Tints of Tan #CFAF8E
RGB
CMYK
RGB Variations
Color information
#CFAF8E (or 0xCFAF8E) is known color: Tan. HEX triplet: CF, AF and 8E. RGB value is (207,175,142). Sum of RGB (Red+Green+Blue) = 207+175+142=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF8E is #305071. Grayscale: #B4B4B4. Windows color (decimal): -3166322 or 9351119. OLE color: 9351119.
HSL color Cylindrical-coordinate representation of color #CFAF8E: hue angle of 30.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFAF8E is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 142 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.19 |
| HSL | 30.46º | 0.4% | 0.68% | - |
| HSV(B) | 30.46º | 0.31% | 0.81% | - |
| XYZ | 45.94 | 45.88 | 32.03 | - |
| YUV | 180.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 142 | 0 | 0.15 | 0.31 | 0.19 | 30.46 | 0.4 | 0.68 |
| Hex | CF | AF | 8E | 0 | F | 1F | 13 | 1E | 28 | 44 |
| Octal | 317 | 257 | 216 | 0 | 17 | 37 | 23 | 36 | 50 | 104 |
| Binary | 11001111 | 10101111 | 10001110 | 0 | 1111 | 11111 | 10011 | 11110 | 101000 | 1000100 |
Color Harmonies of #CFAF8E
Complementary color
Monochromatic Colors of #CFAF8E
Black with #CFAF8E
Text Example
Text Example
White with #CFAF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF8E; }
p { color: rgb(207,175,142); }
H1.HeaderClassName
{
color: #CFAF8E;
}
.AnyTagClassName
{
color: #CFAF8E;
}
</style>
background-color css
<style>
a { background-color: #CFAF8E; }
a { background-color: rgb(207,175,142); }
div.DivClassName
{
background-color: #CFAF8E;
}
.BgClassName
{
background-color: #CFAF8E;
}
</style>
border-color css
<style>
span { border-color: #CFAF8E; }
span { border-color: rgb(207,175,142); }
td.TdClassName
{
border-color: #CFAF8E;
}
.TagClassName
{
border-color: #CFAF8E;
}
</style>