Shades of Tacha #CFBF59
Tints of Tacha #CFBF59
RGB
CMYK
RGB Variations
Color information
#CFBF59 (or 0xCFBF59) is known color: Tacha. HEX triplet: CF, BF and 59. RGB value is (207,191,89). Sum of RGB (Red+Green+Blue) = 207+191+89=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBF59 is #3040A6. Grayscale: #B8B8B8. Windows color (decimal): -3162279 or 5881807. OLE color: 5881807.
HSL color Cylindrical-coordinate representation of color #CFBF59: hue angle of 51.86º 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 #CFBF59 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 89 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.19 |
| HSL | 51.86º | 0.55% | 0.58% | - |
| HSV(B) | 51.86º | 0.57% | 0.81% | - |
| XYZ | 46.17 | 51.25 | 16.91 | - |
| YUV | 184.16 | 74.3 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 89 | 0 | 0.08 | 0.57 | 0.19 | 51.86 | 0.55 | 0.58 |
| Hex | CF | BF | 59 | 0 | 8 | 39 | 13 | 34 | 37 | 3A |
| Octal | 317 | 277 | 131 | 0 | 10 | 71 | 23 | 64 | 67 | 72 |
| Binary | 11001111 | 10111111 | 1011001 | 0 | 1000 | 111001 | 10011 | 110100 | 110111 | 111010 |
Color Harmonies of #CFBF59
Complementary color
Monochromatic Colors of #CFBF59
Black with #CFBF59
Text Example
Text Example
White with #CFBF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF59; }
p { color: rgb(207,191,89); }
H1.HeaderClassName
{
color: #CFBF59;
}
.AnyTagClassName
{
color: #CFBF59;
}
</style>
background-color css
<style>
a { background-color: #CFBF59; }
a { background-color: rgb(207,191,89); }
div.DivClassName
{
background-color: #CFBF59;
}
.BgClassName
{
background-color: #CFBF59;
}
</style>
border-color css
<style>
span { border-color: #CFBF59; }
span { border-color: rgb(207,191,89); }
td.TdClassName
{
border-color: #CFBF59;
}
.TagClassName
{
border-color: #CFBF59;
}
</style>