Shades of Tacha #CFBC61
Tints of Tacha #CFBC61
RGB
CMYK
RGB Variations
Color information
#CFBC61 (or 0xCFBC61) is known color: Tacha. HEX triplet: CF, BC and 61. RGB value is (207,188,97). Sum of RGB (Red+Green+Blue) = 207+188+97=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC61 is #30439E. Grayscale: #B7B7B7. Windows color (decimal): -3163039 or 6405327. OLE color: 6405327.
HSL color Cylindrical-coordinate representation of color #CFBC61: hue angle of 49.64º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFBC61 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 97 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.19 |
| HSL | 49.64º | 0.53% | 0.6% | - |
| HSV(B) | 49.64º | 0.53% | 0.81% | - |
| XYZ | 45.87 | 50.09 | 18.56 | - |
| YUV | 183.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 97 | 0 | 0.09 | 0.53 | 0.19 | 49.64 | 0.53 | 0.6 |
| Hex | CF | BC | 61 | 0 | 9 | 35 | 13 | 32 | 35 | 3C |
| Octal | 317 | 274 | 141 | 0 | 11 | 65 | 23 | 62 | 65 | 74 |
| Binary | 11001111 | 10111100 | 1100001 | 0 | 1001 | 110101 | 10011 | 110010 | 110101 | 111100 |
Color Harmonies of #CFBC61
Complementary color
Monochromatic Colors of #CFBC61
Black with #CFBC61
Text Example
Text Example
White with #CFBC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC61; }
p { color: rgb(207,188,97); }
H1.HeaderClassName
{
color: #CFBC61;
}
.AnyTagClassName
{
color: #CFBC61;
}
</style>
background-color css
<style>
a { background-color: #CFBC61; }
a { background-color: rgb(207,188,97); }
div.DivClassName
{
background-color: #CFBC61;
}
.BgClassName
{
background-color: #CFBC61;
}
</style>
border-color css
<style>
span { border-color: #CFBC61; }
span { border-color: rgb(207,188,97); }
td.TdClassName
{
border-color: #CFBC61;
}
.TagClassName
{
border-color: #CFBC61;
}
</style>