Shades of Tan #CFAF8F
Tints of Tan #CFAF8F
RGB
CMYK
RGB Variations
Color information
#CFAF8F (or 0xCFAF8F) is known color: Tan. HEX triplet: CF, AF and 8F. RGB value is (207,175,143). Sum of RGB (Red+Green+Blue) = 207+175+143=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF8F is #305070. Grayscale: #B5B5B5. Windows color (decimal): -3166321 or 9416655. OLE color: 9416655.
HSL color Cylindrical-coordinate representation of color #CFAF8F: hue angle of 30º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFAF8F is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 143 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.19 |
| HSL | 30º | 0.4% | 0.69% | - |
| HSV(B) | 30º | 0.31% | 0.81% | - |
| XYZ | 46.02 | 45.91 | 32.42 | - |
| YUV | 180.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 143 | 0 | 0.15 | 0.31 | 0.19 | 30 | 0.4 | 0.69 |
| Hex | CF | AF | 8F | 0 | F | 1F | 13 | 1E | 28 | 45 |
| Octal | 317 | 257 | 217 | 0 | 17 | 37 | 23 | 36 | 50 | 105 |
| Binary | 11001111 | 10101111 | 10001111 | 0 | 1111 | 11111 | 10011 | 11110 | 101000 | 1000101 |
Color Harmonies of #CFAF8F
Complementary color
Monochromatic Colors of #CFAF8F
Black with #CFAF8F
Text Example
Text Example
White with #CFAF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF8F; }
p { color: rgb(207,175,143); }
H1.HeaderClassName
{
color: #CFAF8F;
}
.AnyTagClassName
{
color: #CFAF8F;
}
</style>
background-color css
<style>
a { background-color: #CFAF8F; }
a { background-color: rgb(207,175,143); }
div.DivClassName
{
background-color: #CFAF8F;
}
.BgClassName
{
background-color: #CFAF8F;
}
</style>
border-color css
<style>
span { border-color: #CFAF8F; }
span { border-color: rgb(207,175,143); }
td.TdClassName
{
border-color: #CFAF8F;
}
.TagClassName
{
border-color: #CFAF8F;
}
</style>