Shades of Tacha #CFBC6F
Tints of Tacha #CFBC6F
RGB
CMYK
RGB Variations
Color information
#CFBC6F (or 0xCFBC6F) is known color: Tacha. HEX triplet: CF, BC and 6F. RGB value is (207,188,111). Sum of RGB (Red+Green+Blue) = 207+188+111=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC6F is #304390. Grayscale: #B9B9B9. Windows color (decimal): -3163025 or 7322831. OLE color: 7322831.
HSL color Cylindrical-coordinate representation of color #CFBC6F: hue angle of 48.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFBC6F is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 111 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.19 |
| HSL | 48.13º | 0.5% | 0.62% | - |
| HSV(B) | 48.13º | 0.46% | 0.81% | - |
| XYZ | 46.58 | 50.38 | 22.31 | - |
| YUV | 184.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 111 | 0 | 0.09 | 0.46 | 0.19 | 48.13 | 0.5 | 0.62 |
| Hex | CF | BC | 6F | 0 | 9 | 2E | 13 | 30 | 32 | 3E |
| Octal | 317 | 274 | 157 | 0 | 11 | 56 | 23 | 60 | 62 | 76 |
| Binary | 11001111 | 10111100 | 1101111 | 0 | 1001 | 101110 | 10011 | 110000 | 110010 | 111110 |
Color Harmonies of #CFBC6F
Complementary color
Monochromatic Colors of #CFBC6F
Black with #CFBC6F
Text Example
Text Example
White with #CFBC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC6F; }
p { color: rgb(207,188,111); }
H1.HeaderClassName
{
color: #CFBC6F;
}
.AnyTagClassName
{
color: #CFBC6F;
}
</style>
background-color css
<style>
a { background-color: #CFBC6F; }
a { background-color: rgb(207,188,111); }
div.DivClassName
{
background-color: #CFBC6F;
}
.BgClassName
{
background-color: #CFBC6F;
}
</style>
border-color css
<style>
span { border-color: #CFBC6F; }
span { border-color: rgb(207,188,111); }
td.TdClassName
{
border-color: #CFBC6F;
}
.TagClassName
{
border-color: #CFBC6F;
}
</style>