Shades of Tacha #CFBC66
Tints of Tacha #CFBC66
RGB
CMYK
RGB Variations
Color information
#CFBC66 (or 0xCFBC66) is known color: Tacha. HEX triplet: CF, BC and 66. RGB value is (207,188,102). Sum of RGB (Red+Green+Blue) = 207+188+102=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC66 is #304399. Grayscale: #B8B8B8. Windows color (decimal): -3163034 or 6733007. OLE color: 6733007.
HSL color Cylindrical-coordinate representation of color #CFBC66: hue angle of 49.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFBC66 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 102 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.19 |
| HSL | 49.14º | 0.52% | 0.61% | - |
| HSV(B) | 49.14º | 0.51% | 0.81% | - |
| XYZ | 46.11 | 50.19 | 19.83 | - |
| YUV | 183.88 | 81.79 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 102 | 0 | 0.09 | 0.51 | 0.19 | 49.14 | 0.52 | 0.61 |
| Hex | CF | BC | 66 | 0 | 9 | 33 | 13 | 31 | 34 | 3D |
| Octal | 317 | 274 | 146 | 0 | 11 | 63 | 23 | 61 | 64 | 75 |
| Binary | 11001111 | 10111100 | 1100110 | 0 | 1001 | 110011 | 10011 | 110001 | 110100 | 111101 |
Color Harmonies of #CFBC66
Complementary color
Monochromatic Colors of #CFBC66
Black with #CFBC66
Text Example
Text Example
White with #CFBC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC66; }
p { color: rgb(207,188,102); }
H1.HeaderClassName
{
color: #CFBC66;
}
.AnyTagClassName
{
color: #CFBC66;
}
</style>
background-color css
<style>
a { background-color: #CFBC66; }
a { background-color: rgb(207,188,102); }
div.DivClassName
{
background-color: #CFBC66;
}
.BgClassName
{
background-color: #CFBC66;
}
</style>
border-color css
<style>
span { border-color: #CFBC66; }
span { border-color: rgb(207,188,102); }
td.TdClassName
{
border-color: #CFBC66;
}
.TagClassName
{
border-color: #CFBC66;
}
</style>