Shades of Tan #CFB289
Tints of Tan #CFB289
RGB
CMYK
RGB Variations
Color information
#CFB289 (or 0xCFB289) is known color: Tan. HEX triplet: CF, B2 and 89. RGB value is (207,178,137). Sum of RGB (Red+Green+Blue) = 207+178+137=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB289 is #304D76. Grayscale: #B6B6B6. Windows color (decimal): -3165559 or 9024207. OLE color: 9024207.
HSL color Cylindrical-coordinate representation of color #CFB289: hue angle of 35.14º 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 #CFB289 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 137 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.19 |
| HSL | 35.14º | 0.42% | 0.67% | - |
| HSV(B) | 35.14º | 0.34% | 0.81% | - |
| XYZ | 46.17 | 46.91 | 30.29 | - |
| YUV | 182 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 137 | 0 | 0.14 | 0.34 | 0.19 | 35.14 | 0.42 | 0.67 |
| Hex | CF | B2 | 89 | 0 | E | 22 | 13 | 23 | 2A | 43 |
| Octal | 317 | 262 | 211 | 0 | 16 | 42 | 23 | 43 | 52 | 103 |
| Binary | 11001111 | 10110010 | 10001001 | 0 | 1110 | 100010 | 10011 | 100011 | 101010 | 1000011 |
Color Harmonies of #CFB289
Complementary color
Monochromatic Colors of #CFB289
Black with #CFB289
Text Example
Text Example
White with #CFB289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB289; }
p { color: rgb(207,178,137); }
H1.HeaderClassName
{
color: #CFB289;
}
.AnyTagClassName
{
color: #CFB289;
}
</style>
background-color css
<style>
a { background-color: #CFB289; }
a { background-color: rgb(207,178,137); }
div.DivClassName
{
background-color: #CFB289;
}
.BgClassName
{
background-color: #CFB289;
}
</style>
border-color css
<style>
span { border-color: #CFB289; }
span { border-color: rgb(207,178,137); }
td.TdClassName
{
border-color: #CFB289;
}
.TagClassName
{
border-color: #CFB289;
}
</style>