Shades of Tan #CFAF90
Tints of Tan #CFAF90
RGB
CMYK
RGB Variations
Color information
#CFAF90 (or 0xCFAF90) is known color: Tan. HEX triplet: CF, AF and 90. RGB value is (207,175,144). Sum of RGB (Red+Green+Blue) = 207+175+144=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF90 is #30506F. Grayscale: #B5B5B5. Windows color (decimal): -3166320 or 9482191. OLE color: 9482191.
HSL color Cylindrical-coordinate representation of color #CFAF90: hue angle of 29.52º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFAF90 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 144 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.19 |
| HSL | 29.52º | 0.4% | 0.69% | - |
| HSV(B) | 29.52º | 0.3% | 0.81% | - |
| XYZ | 46.1 | 45.94 | 32.82 | - |
| YUV | 181.03 | 107.1 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 144 | 0 | 0.15 | 0.30 | 0.19 | 29.52 | 0.4 | 0.69 |
| Hex | CF | AF | 90 | 0 | F | 1E | 13 | 1E | 28 | 45 |
| Octal | 317 | 257 | 220 | 0 | 17 | 36 | 23 | 36 | 50 | 105 |
| Binary | 11001111 | 10101111 | 10010000 | 0 | 1111 | 11110 | 10011 | 11110 | 101000 | 1000101 |
Color Harmonies of #CFAF90
Complementary color
Monochromatic Colors of #CFAF90
Black with #CFAF90
Text Example
Text Example
White with #CFAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF90; }
p { color: rgb(207,175,144); }
H1.HeaderClassName
{
color: #CFAF90;
}
.AnyTagClassName
{
color: #CFAF90;
}
</style>
background-color css
<style>
a { background-color: #CFAF90; }
a { background-color: rgb(207,175,144); }
div.DivClassName
{
background-color: #CFAF90;
}
.BgClassName
{
background-color: #CFAF90;
}
</style>
border-color css
<style>
span { border-color: #CFAF90; }
span { border-color: rgb(207,175,144); }
td.TdClassName
{
border-color: #CFAF90;
}
.TagClassName
{
border-color: #CFAF90;
}
</style>