Shades of Tacha #CFBB6E
Tints of Tacha #CFBB6E
RGB
CMYK
RGB Variations
Color information
#CFBB6E (or 0xCFBB6E) is known color: Tacha. HEX triplet: CF, BB and 6E. RGB value is (207,187,110). Sum of RGB (Red+Green+Blue) = 207+187+110=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB6E is #304491. Grayscale: #B8B8B8. Windows color (decimal): -3163282 or 7257039. OLE color: 7257039.
HSL color Cylindrical-coordinate representation of color #CFBB6E: hue angle of 47.63º 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 #CFBB6E is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 110 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.19 |
| HSL | 47.63º | 0.5% | 0.62% | - |
| HSV(B) | 47.63º | 0.47% | 0.81% | - |
| XYZ | 46.32 | 49.93 | 21.95 | - |
| YUV | 184.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 110 | 0 | 0.10 | 0.47 | 0.19 | 47.63 | 0.5 | 0.62 |
| Hex | CF | BB | 6E | 0 | A | 2F | 13 | 30 | 32 | 3E |
| Octal | 317 | 273 | 156 | 0 | 12 | 57 | 23 | 60 | 62 | 76 |
| Binary | 11001111 | 10111011 | 1101110 | 0 | 1010 | 101111 | 10011 | 110000 | 110010 | 111110 |
Color Harmonies of #CFBB6E
Complementary color
Monochromatic Colors of #CFBB6E
Black with #CFBB6E
Text Example
Text Example
White with #CFBB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB6E; }
p { color: rgb(207,187,110); }
H1.HeaderClassName
{
color: #CFBB6E;
}
.AnyTagClassName
{
color: #CFBB6E;
}
</style>
background-color css
<style>
a { background-color: #CFBB6E; }
a { background-color: rgb(207,187,110); }
div.DivClassName
{
background-color: #CFBB6E;
}
.BgClassName
{
background-color: #CFBB6E;
}
</style>
border-color css
<style>
span { border-color: #CFBB6E; }
span { border-color: rgb(207,187,110); }
td.TdClassName
{
border-color: #CFBB6E;
}
.TagClassName
{
border-color: #CFBB6E;
}
</style>