Shades of Tan #CFB089
Tints of Tan #CFB089
RGB
CMYK
RGB Variations
Color information
#CFB089 (or 0xCFB089) is known color: Tan. HEX triplet: CF, B0 and 89. RGB value is (207,176,137). Sum of RGB (Red+Green+Blue) = 207+176+137=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB089 is #304F76. Grayscale: #B5B5B5. Windows color (decimal): -3166071 or 9023695. OLE color: 9023695.
HSL color Cylindrical-coordinate representation of color #CFB089: hue angle of 33.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFB089 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 137 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.19 |
| HSL | 33.43º | 0.42% | 0.67% | - |
| HSV(B) | 33.43º | 0.34% | 0.81% | - |
| XYZ | 45.77 | 46.12 | 30.16 | - |
| YUV | 180.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 137 | 0 | 0.15 | 0.34 | 0.19 | 33.43 | 0.42 | 0.67 |
| Hex | CF | B0 | 89 | 0 | F | 22 | 13 | 21 | 2A | 43 |
| Octal | 317 | 260 | 211 | 0 | 17 | 42 | 23 | 41 | 52 | 103 |
| Binary | 11001111 | 10110000 | 10001001 | 0 | 1111 | 100010 | 10011 | 100001 | 101010 | 1000011 |
Color Harmonies of #CFB089
Complementary color
Monochromatic Colors of #CFB089
Black with #CFB089
Text Example
Text Example
White with #CFB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB089; }
p { color: rgb(207,176,137); }
H1.HeaderClassName
{
color: #CFB089;
}
.AnyTagClassName
{
color: #CFB089;
}
</style>
background-color css
<style>
a { background-color: #CFB089; }
a { background-color: rgb(207,176,137); }
div.DivClassName
{
background-color: #CFB089;
}
.BgClassName
{
background-color: #CFB089;
}
</style>
border-color css
<style>
span { border-color: #CFB089; }
span { border-color: rgb(207,176,137); }
td.TdClassName
{
border-color: #CFB089;
}
.TagClassName
{
border-color: #CFB089;
}
</style>