Shades of Tan #CFAF89
Tints of Tan #CFAF89
RGB
CMYK
RGB Variations
Color information
#CFAF89 (or 0xCFAF89) is known color: Tan. HEX triplet: CF, AF and 89. RGB value is (207,175,137). Sum of RGB (Red+Green+Blue) = 207+175+137=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF89 is #305076. Grayscale: #B4B4B4. Windows color (decimal): -3166327 or 9023439. OLE color: 9023439.
HSL color Cylindrical-coordinate representation of color #CFAF89: hue angle of 32.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFAF89 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 137 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.19 |
| HSL | 32.57º | 0.42% | 0.67% | - |
| HSV(B) | 32.57º | 0.34% | 0.81% | - |
| XYZ | 45.58 | 45.73 | 30.09 | - |
| YUV | 180.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 137 | 0 | 0.15 | 0.34 | 0.19 | 32.57 | 0.42 | 0.67 |
| Hex | CF | AF | 89 | 0 | F | 22 | 13 | 21 | 2A | 43 |
| Octal | 317 | 257 | 211 | 0 | 17 | 42 | 23 | 41 | 52 | 103 |
| Binary | 11001111 | 10101111 | 10001001 | 0 | 1111 | 100010 | 10011 | 100001 | 101010 | 1000011 |
Color Harmonies of #CFAF89
Complementary color
Monochromatic Colors of #CFAF89
Black with #CFAF89
Text Example
Text Example
White with #CFAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF89; }
p { color: rgb(207,175,137); }
H1.HeaderClassName
{
color: #CFAF89;
}
.AnyTagClassName
{
color: #CFAF89;
}
</style>
background-color css
<style>
a { background-color: #CFAF89; }
a { background-color: rgb(207,175,137); }
div.DivClassName
{
background-color: #CFAF89;
}
.BgClassName
{
background-color: #CFAF89;
}
</style>
border-color css
<style>
span { border-color: #CFAF89; }
span { border-color: rgb(207,175,137); }
td.TdClassName
{
border-color: #CFAF89;
}
.TagClassName
{
border-color: #CFAF89;
}
</style>