Shades of Tan #CFB98A
Tints of Tan #CFB98A
RGB
CMYK
RGB Variations
Color information
#CFB98A (or 0xCFB98A) is known color: Tan. HEX triplet: CF, B9 and 8A. RGB value is (207,185,138). Sum of RGB (Red+Green+Blue) = 207+185+138=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB98A is #304675. Grayscale: #BABABA. Windows color (decimal): -3163766 or 9091535. OLE color: 9091535.
HSL color Cylindrical-coordinate representation of color #CFB98A: hue angle of 40.87º degrees, saturation: 0.42, 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 #CFB98A is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 138 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.19 |
| HSL | 40.87º | 0.42% | 0.68% | - |
| HSV(B) | 40.87º | 0.33% | 0.81% | - |
| XYZ | 47.67 | 49.8 | 31.14 | - |
| YUV | 186.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 138 | 0 | 0.11 | 0.33 | 0.19 | 40.87 | 0.42 | 0.68 |
| Hex | CF | B9 | 8A | 0 | B | 21 | 13 | 29 | 2A | 44 |
| Octal | 317 | 271 | 212 | 0 | 13 | 41 | 23 | 51 | 52 | 104 |
| Binary | 11001111 | 10111001 | 10001010 | 0 | 1011 | 100001 | 10011 | 101001 | 101010 | 1000100 |
Color Harmonies of #CFB98A
Complementary color
Monochromatic Colors of #CFB98A
Black with #CFB98A
Text Example
Text Example
White with #CFB98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB98A; }
p { color: rgb(207,185,138); }
H1.HeaderClassName
{
color: #CFB98A;
}
.AnyTagClassName
{
color: #CFB98A;
}
</style>
background-color css
<style>
a { background-color: #CFB98A; }
a { background-color: rgb(207,185,138); }
div.DivClassName
{
background-color: #CFB98A;
}
.BgClassName
{
background-color: #CFB98A;
}
</style>
border-color css
<style>
span { border-color: #CFB98A; }
span { border-color: rgb(207,185,138); }
td.TdClassName
{
border-color: #CFB98A;
}
.TagClassName
{
border-color: #CFB98A;
}
</style>