Shades of Tan #CFB58E
Tints of Tan #CFB58E
RGB
CMYK
RGB Variations
Color information
#CFB58E (or 0xCFB58E) is known color: Tan. HEX triplet: CF, B5 and 8E. RGB value is (207,181,142). Sum of RGB (Red+Green+Blue) = 207+181+142=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB58E is #304A71. Grayscale: #B8B8B8. Windows color (decimal): -3164786 or 9352655. OLE color: 9352655.
HSL color Cylindrical-coordinate representation of color #CFB58E: hue angle of 36º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFB58E is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 142 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.19 |
| HSL | 36º | 0.4% | 0.68% | - |
| HSV(B) | 36º | 0.31% | 0.81% | - |
| XYZ | 47.14 | 48.27 | 32.42 | - |
| YUV | 184.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 142 | 0 | 0.13 | 0.31 | 0.19 | 36 | 0.4 | 0.68 |
| Hex | CF | B5 | 8E | 0 | D | 1F | 13 | 24 | 28 | 44 |
| Octal | 317 | 265 | 216 | 0 | 15 | 37 | 23 | 44 | 50 | 104 |
| Binary | 11001111 | 10110101 | 10001110 | 0 | 1101 | 11111 | 10011 | 100100 | 101000 | 1000100 |
Color Harmonies of #CFB58E
Complementary color
Monochromatic Colors of #CFB58E
Black with #CFB58E
Text Example
Text Example
White with #CFB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB58E; }
p { color: rgb(207,181,142); }
H1.HeaderClassName
{
color: #CFB58E;
}
.AnyTagClassName
{
color: #CFB58E;
}
</style>
background-color css
<style>
a { background-color: #CFB58E; }
a { background-color: rgb(207,181,142); }
div.DivClassName
{
background-color: #CFB58E;
}
.BgClassName
{
background-color: #CFB58E;
}
</style>
border-color css
<style>
span { border-color: #CFB58E; }
span { border-color: rgb(207,181,142); }
td.TdClassName
{
border-color: #CFB58E;
}
.TagClassName
{
border-color: #CFB58E;
}
</style>