Shades of Tacha #CFBC59
Tints of Tacha #CFBC59
RGB
CMYK
RGB Variations
Color information
#CFBC59 (or 0xCFBC59) is known color: Tacha. HEX triplet: CF, BC and 59. RGB value is (207,188,89). Sum of RGB (Red+Green+Blue) = 207+188+89=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC59 is #3043A6. Grayscale: #B6B6B6. Windows color (decimal): -3163047 or 5881039. OLE color: 5881039.
HSL color Cylindrical-coordinate representation of color #CFBC59: hue angle of 50.34º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFBC59 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 89 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.19 |
| HSL | 50.34º | 0.55% | 0.58% | - |
| HSV(B) | 50.34º | 0.57% | 0.81% | - |
| XYZ | 45.52 | 49.95 | 16.69 | - |
| YUV | 182.4 | 75.29 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 89 | 0 | 0.09 | 0.57 | 0.19 | 50.34 | 0.55 | 0.58 |
| Hex | CF | BC | 59 | 0 | 9 | 39 | 13 | 32 | 37 | 3A |
| Octal | 317 | 274 | 131 | 0 | 11 | 71 | 23 | 62 | 67 | 72 |
| Binary | 11001111 | 10111100 | 1011001 | 0 | 1001 | 111001 | 10011 | 110010 | 110111 | 111010 |
Color Harmonies of #CFBC59
Complementary color
Monochromatic Colors of #CFBC59
Black with #CFBC59
Text Example
Text Example
White with #CFBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC59; }
p { color: rgb(207,188,89); }
H1.HeaderClassName
{
color: #CFBC59;
}
.AnyTagClassName
{
color: #CFBC59;
}
</style>
background-color css
<style>
a { background-color: #CFBC59; }
a { background-color: rgb(207,188,89); }
div.DivClassName
{
background-color: #CFBC59;
}
.BgClassName
{
background-color: #CFBC59;
}
</style>
border-color css
<style>
span { border-color: #CFBC59; }
span { border-color: rgb(207,188,89); }
td.TdClassName
{
border-color: #CFBC59;
}
.TagClassName
{
border-color: #CFBC59;
}
</style>