Shades of Tacha #CFBA5E
Tints of Tacha #CFBA5E
RGB
CMYK
RGB Variations
Color information
#CFBA5E (or 0xCFBA5E) is known color: Tacha. HEX triplet: CF, BA and 5E. RGB value is (207,186,94). Sum of RGB (Red+Green+Blue) = 207+186+94=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA5E is #3045A1. Grayscale: #B6B6B6. Windows color (decimal): -3163554 or 6208207. OLE color: 6208207.
HSL color Cylindrical-coordinate representation of color #CFBA5E: hue angle of 48.85º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFBA5E is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 94 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.19 |
| HSL | 48.85º | 0.54% | 0.59% | - |
| HSV(B) | 48.85º | 0.55% | 0.81% | - |
| XYZ | 45.31 | 49.19 | 17.7 | - |
| YUV | 181.79 | 78.46 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 94 | 0 | 0.10 | 0.55 | 0.19 | 48.85 | 0.54 | 0.59 |
| Hex | CF | BA | 5E | 0 | A | 37 | 13 | 31 | 36 | 3B |
| Octal | 317 | 272 | 136 | 0 | 12 | 67 | 23 | 61 | 66 | 73 |
| Binary | 11001111 | 10111010 | 1011110 | 0 | 1010 | 110111 | 10011 | 110001 | 110110 | 111011 |
Color Harmonies of #CFBA5E
Complementary color
Monochromatic Colors of #CFBA5E
Black with #CFBA5E
Text Example
Text Example
White with #CFBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA5E; }
p { color: rgb(207,186,94); }
H1.HeaderClassName
{
color: #CFBA5E;
}
.AnyTagClassName
{
color: #CFBA5E;
}
</style>
background-color css
<style>
a { background-color: #CFBA5E; }
a { background-color: rgb(207,186,94); }
div.DivClassName
{
background-color: #CFBA5E;
}
.BgClassName
{
background-color: #CFBA5E;
}
</style>
border-color css
<style>
span { border-color: #CFBA5E; }
span { border-color: rgb(207,186,94); }
td.TdClassName
{
border-color: #CFBA5E;
}
.TagClassName
{
border-color: #CFBA5E;
}
</style>