Shades of Tacha #CFBA64
Tints of Tacha #CFBA64
RGB
CMYK
RGB Variations
Color information
#CFBA64 (or 0xCFBA64) is known color: Tacha. HEX triplet: CF, BA and 64. RGB value is (207,186,100). Sum of RGB (Red+Green+Blue) = 207+186+100=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA64 is #30459B. Grayscale: #B6B6B6. Windows color (decimal): -3163548 or 6601423. OLE color: 6601423.
HSL color Cylindrical-coordinate representation of color #CFBA64: hue angle of 48.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFBA64 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 100 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.19 |
| HSL | 48.22º | 0.53% | 0.6% | - |
| HSV(B) | 48.22º | 0.52% | 0.81% | - |
| XYZ | 45.59 | 49.3 | 19.17 | - |
| YUV | 182.48 | 81.46 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 100 | 0 | 0.10 | 0.52 | 0.19 | 48.22 | 0.53 | 0.6 |
| Hex | CF | BA | 64 | 0 | A | 34 | 13 | 30 | 35 | 3C |
| Octal | 317 | 272 | 144 | 0 | 12 | 64 | 23 | 60 | 65 | 74 |
| Binary | 11001111 | 10111010 | 1100100 | 0 | 1010 | 110100 | 10011 | 110000 | 110101 | 111100 |
Color Harmonies of #CFBA64
Complementary color
Monochromatic Colors of #CFBA64
Black with #CFBA64
Text Example
Text Example
White with #CFBA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA64; }
p { color: rgb(207,186,100); }
H1.HeaderClassName
{
color: #CFBA64;
}
.AnyTagClassName
{
color: #CFBA64;
}
</style>
background-color css
<style>
a { background-color: #CFBA64; }
a { background-color: rgb(207,186,100); }
div.DivClassName
{
background-color: #CFBA64;
}
.BgClassName
{
background-color: #CFBA64;
}
</style>
border-color css
<style>
span { border-color: #CFBA64; }
span { border-color: rgb(207,186,100); }
td.TdClassName
{
border-color: #CFBA64;
}
.TagClassName
{
border-color: #CFBA64;
}
</style>