Shades of Tacha #CFBC6B
Tints of Tacha #CFBC6B
RGB
CMYK
RGB Variations
Color information
#CFBC6B (or 0xCFBC6B) is known color: Tacha. HEX triplet: CF, BC and 6B. RGB value is (207,188,107). Sum of RGB (Red+Green+Blue) = 207+188+107=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC6B is #304394. Grayscale: #B8B8B8. Windows color (decimal): -3163029 or 7060687. OLE color: 7060687.
HSL color Cylindrical-coordinate representation of color #CFBC6B: hue angle of 48.6º 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 #CFBC6B is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 107 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.19 |
| HSL | 48.6º | 0.51% | 0.62% | - |
| HSV(B) | 48.6º | 0.48% | 0.81% | - |
| XYZ | 46.37 | 50.29 | 21.17 | - |
| YUV | 184.45 | 84.29 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 107 | 0 | 0.09 | 0.48 | 0.19 | 48.6 | 0.51 | 0.62 |
| Hex | CF | BC | 6B | 0 | 9 | 30 | 13 | 31 | 33 | 3E |
| Octal | 317 | 274 | 153 | 0 | 11 | 60 | 23 | 61 | 63 | 76 |
| Binary | 11001111 | 10111100 | 1101011 | 0 | 1001 | 110000 | 10011 | 110001 | 110011 | 111110 |
Color Harmonies of #CFBC6B
Complementary color
Monochromatic Colors of #CFBC6B
Black with #CFBC6B
Text Example
Text Example
White with #CFBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC6B; }
p { color: rgb(207,188,107); }
H1.HeaderClassName
{
color: #CFBC6B;
}
.AnyTagClassName
{
color: #CFBC6B;
}
</style>
background-color css
<style>
a { background-color: #CFBC6B; }
a { background-color: rgb(207,188,107); }
div.DivClassName
{
background-color: #CFBC6B;
}
.BgClassName
{
background-color: #CFBC6B;
}
</style>
border-color css
<style>
span { border-color: #CFBC6B; }
span { border-color: rgb(207,188,107); }
td.TdClassName
{
border-color: #CFBC6B;
}
.TagClassName
{
border-color: #CFBC6B;
}
</style>