Shades of Tacha #CFBA6B
Tints of Tacha #CFBA6B
RGB
CMYK
RGB Variations
Color information
#CFBA6B (or 0xCFBA6B) is known color: Tacha. HEX triplet: CF, BA and 6B. RGB value is (207,186,107). Sum of RGB (Red+Green+Blue) = 207+186+107=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA6B is #304594. Grayscale: #B7B7B7. Windows color (decimal): -3163541 or 7060175. OLE color: 7060175.
HSL color Cylindrical-coordinate representation of color #CFBA6B: hue angle of 47.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFBA6B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 107 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.19 |
| HSL | 47.4º | 0.51% | 0.62% | - |
| HSV(B) | 47.4º | 0.48% | 0.81% | - |
| XYZ | 45.94 | 49.44 | 21.03 | - |
| YUV | 183.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 107 | 0 | 0.10 | 0.48 | 0.19 | 47.4 | 0.51 | 0.62 |
| Hex | CF | BA | 6B | 0 | A | 30 | 13 | 2F | 33 | 3E |
| Octal | 317 | 272 | 153 | 0 | 12 | 60 | 23 | 57 | 63 | 76 |
| Binary | 11001111 | 10111010 | 1101011 | 0 | 1010 | 110000 | 10011 | 101111 | 110011 | 111110 |
Color Harmonies of #CFBA6B
Complementary color
Monochromatic Colors of #CFBA6B
Black with #CFBA6B
Text Example
Text Example
White with #CFBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA6B; }
p { color: rgb(207,186,107); }
H1.HeaderClassName
{
color: #CFBA6B;
}
.AnyTagClassName
{
color: #CFBA6B;
}
</style>
background-color css
<style>
a { background-color: #CFBA6B; }
a { background-color: rgb(207,186,107); }
div.DivClassName
{
background-color: #CFBA6B;
}
.BgClassName
{
background-color: #CFBA6B;
}
</style>
border-color css
<style>
span { border-color: #CFBA6B; }
span { border-color: rgb(207,186,107); }
td.TdClassName
{
border-color: #CFBA6B;
}
.TagClassName
{
border-color: #CFBA6B;
}
</style>