Shades of Tan #CFB98F
Tints of Tan #CFB98F
RGB
CMYK
RGB Variations
Color information
#CFB98F (or 0xCFB98F) is known color: Tan. HEX triplet: CF, B9 and 8F. RGB value is (207,185,143). Sum of RGB (Red+Green+Blue) = 207+185+143=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB98F is #304670. Grayscale: #BABABA. Windows color (decimal): -3163761 or 9419215. OLE color: 9419215.
HSL color Cylindrical-coordinate representation of color #CFB98F: hue angle of 39.38º 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 #CFB98F is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 143 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.19 |
| HSL | 39.38º | 0.4% | 0.69% | - |
| HSV(B) | 39.38º | 0.31% | 0.81% | - |
| XYZ | 48.04 | 49.95 | 33.1 | - |
| YUV | 186.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 143 | 0 | 0.11 | 0.31 | 0.19 | 39.38 | 0.4 | 0.69 |
| Hex | CF | B9 | 8F | 0 | B | 1F | 13 | 27 | 28 | 45 |
| Octal | 317 | 271 | 217 | 0 | 13 | 37 | 23 | 47 | 50 | 105 |
| Binary | 11001111 | 10111001 | 10001111 | 0 | 1011 | 11111 | 10011 | 100111 | 101000 | 1000101 |
Color Harmonies of #CFB98F
Complementary color
Monochromatic Colors of #CFB98F
Black with #CFB98F
Text Example
Text Example
White with #CFB98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB98F; }
p { color: rgb(207,185,143); }
H1.HeaderClassName
{
color: #CFB98F;
}
.AnyTagClassName
{
color: #CFB98F;
}
</style>
background-color css
<style>
a { background-color: #CFB98F; }
a { background-color: rgb(207,185,143); }
div.DivClassName
{
background-color: #CFB98F;
}
.BgClassName
{
background-color: #CFB98F;
}
</style>
border-color css
<style>
span { border-color: #CFB98F; }
span { border-color: rgb(207,185,143); }
td.TdClassName
{
border-color: #CFB98F;
}
.TagClassName
{
border-color: #CFB98F;
}
</style>