Shades of Tan #CFB689
Tints of Tan #CFB689
RGB
CMYK
RGB Variations
Color information
#CFB689 (or 0xCFB689) is known color: Tan. HEX triplet: CF, B6 and 89. RGB value is (207,182,137). Sum of RGB (Red+Green+Blue) = 207+182+137=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB689 is #304976. Grayscale: #B8B8B8. Windows color (decimal): -3164535 or 9025231. OLE color: 9025231.
HSL color Cylindrical-coordinate representation of color #CFB689: hue angle of 38.57º 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 #CFB689 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 137 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.19 |
| HSL | 38.57º | 0.42% | 0.67% | - |
| HSV(B) | 38.57º | 0.34% | 0.81% | - |
| XYZ | 46.98 | 48.53 | 30.56 | - |
| YUV | 184.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 137 | 0 | 0.12 | 0.34 | 0.19 | 38.57 | 0.42 | 0.67 |
| Hex | CF | B6 | 89 | 0 | C | 22 | 13 | 27 | 2A | 43 |
| Octal | 317 | 266 | 211 | 0 | 14 | 42 | 23 | 47 | 52 | 103 |
| Binary | 11001111 | 10110110 | 10001001 | 0 | 1100 | 100010 | 10011 | 100111 | 101010 | 1000011 |
Color Harmonies of #CFB689
Complementary color
Monochromatic Colors of #CFB689
Black with #CFB689
Text Example
Text Example
White with #CFB689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB689; }
p { color: rgb(207,182,137); }
H1.HeaderClassName
{
color: #CFB689;
}
.AnyTagClassName
{
color: #CFB689;
}
</style>
background-color css
<style>
a { background-color: #CFB689; }
a { background-color: rgb(207,182,137); }
div.DivClassName
{
background-color: #CFB689;
}
.BgClassName
{
background-color: #CFB689;
}
</style>
border-color css
<style>
span { border-color: #CFB689; }
span { border-color: rgb(207,182,137); }
td.TdClassName
{
border-color: #CFB689;
}
.TagClassName
{
border-color: #CFB689;
}
</style>