Shades of Tacha #CFBF6E
Tints of Tacha #CFBF6E
RGB
CMYK
RGB Variations
Color information
#CFBF6E (or 0xCFBF6E) is known color: Tacha. HEX triplet: CF, BF and 6E. RGB value is (207,191,110). Sum of RGB (Red+Green+Blue) = 207+191+110=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBF6E is #304091. Grayscale: #BABABA. Windows color (decimal): -3162258 or 7258063. OLE color: 7258063.
HSL color Cylindrical-coordinate representation of color #CFBF6E: hue angle of 50.1º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFBF6E is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 110 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.19 |
| HSL | 50.1º | 0.5% | 0.62% | - |
| HSV(B) | 50.1º | 0.47% | 0.81% | - |
| XYZ | 47.18 | 51.65 | 22.24 | - |
| YUV | 186.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 110 | 0 | 0.08 | 0.47 | 0.19 | 50.1 | 0.5 | 0.62 |
| Hex | CF | BF | 6E | 0 | 8 | 2F | 13 | 32 | 32 | 3E |
| Octal | 317 | 277 | 156 | 0 | 10 | 57 | 23 | 62 | 62 | 76 |
| Binary | 11001111 | 10111111 | 1101110 | 0 | 1000 | 101111 | 10011 | 110010 | 110010 | 111110 |
Color Harmonies of #CFBF6E
Complementary color
Monochromatic Colors of #CFBF6E
Black with #CFBF6E
Text Example
Text Example
White with #CFBF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF6E; }
p { color: rgb(207,191,110); }
H1.HeaderClassName
{
color: #CFBF6E;
}
.AnyTagClassName
{
color: #CFBF6E;
}
</style>
background-color css
<style>
a { background-color: #CFBF6E; }
a { background-color: rgb(207,191,110); }
div.DivClassName
{
background-color: #CFBF6E;
}
.BgClassName
{
background-color: #CFBF6E;
}
</style>
border-color css
<style>
span { border-color: #CFBF6E; }
span { border-color: rgb(207,191,110); }
td.TdClassName
{
border-color: #CFBF6E;
}
.TagClassName
{
border-color: #CFBF6E;
}
</style>