Shades of Tan #CFAD8B
Tints of Tan #CFAD8B
RGB
CMYK
RGB Variations
Color information
#CFAD8B (or 0xCFAD8B) is known color: Tan. HEX triplet: CF, AD and 8B. RGB value is (207,173,139). Sum of RGB (Red+Green+Blue) = 207+173+139=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAD8B is #305274. Grayscale: #B3B3B3. Windows color (decimal): -3166837 or 9153999. OLE color: 9153999.
HSL color Cylindrical-coordinate representation of color #CFAD8B: hue angle of 30º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFAD8B is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 139 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.19 |
| HSL | 30º | 0.41% | 0.68% | - |
| HSV(B) | 30º | 0.33% | 0.81% | - |
| XYZ | 45.34 | 45.02 | 30.73 | - |
| YUV | 179.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 139 | 0 | 0.16 | 0.33 | 0.19 | 30 | 0.41 | 0.68 |
| Hex | CF | AD | 8B | 0 | 10 | 21 | 13 | 1E | 29 | 44 |
| Octal | 317 | 255 | 213 | 0 | 20 | 41 | 23 | 36 | 51 | 104 |
| Binary | 11001111 | 10101101 | 10001011 | 0 | 10000 | 100001 | 10011 | 11110 | 101001 | 1000100 |
Color Harmonies of #CFAD8B
Complementary color
Monochromatic Colors of #CFAD8B
Black with #CFAD8B
Text Example
Text Example
White with #CFAD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD8B; }
p { color: rgb(207,173,139); }
H1.HeaderClassName
{
color: #CFAD8B;
}
.AnyTagClassName
{
color: #CFAD8B;
}
</style>
background-color css
<style>
a { background-color: #CFAD8B; }
a { background-color: rgb(207,173,139); }
div.DivClassName
{
background-color: #CFAD8B;
}
.BgClassName
{
background-color: #CFAD8B;
}
</style>
border-color css
<style>
span { border-color: #CFAD8B; }
span { border-color: rgb(207,173,139); }
td.TdClassName
{
border-color: #CFAD8B;
}
.TagClassName
{
border-color: #CFAD8B;
}
</style>