Shades of Tacha #CFBB59
Tints of Tacha #CFBB59
RGB
CMYK
RGB Variations
Color information
#CFBB59 (or 0xCFBB59) is known color: Tacha. HEX triplet: CF, BB and 59. RGB value is (207,187,89). Sum of RGB (Red+Green+Blue) = 207+187+89=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB59 is #3044A6. Grayscale: #B6B6B6. Windows color (decimal): -3163303 or 5880783. OLE color: 5880783.
HSL color Cylindrical-coordinate representation of color #CFBB59: hue angle of 49.83º 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 #CFBB59 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 89 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.19 |
| HSL | 49.83º | 0.55% | 0.58% | - |
| HSV(B) | 49.83º | 0.57% | 0.81% | - |
| XYZ | 45.31 | 49.53 | 16.62 | - |
| YUV | 181.81 | 75.63 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 89 | 0 | 0.10 | 0.57 | 0.19 | 49.83 | 0.55 | 0.58 |
| Hex | CF | BB | 59 | 0 | A | 39 | 13 | 32 | 37 | 3A |
| Octal | 317 | 273 | 131 | 0 | 12 | 71 | 23 | 62 | 67 | 72 |
| Binary | 11001111 | 10111011 | 1011001 | 0 | 1010 | 111001 | 10011 | 110010 | 110111 | 111010 |
Color Harmonies of #CFBB59
Complementary color
Monochromatic Colors of #CFBB59
Black with #CFBB59
Text Example
Text Example
White with #CFBB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB59; }
p { color: rgb(207,187,89); }
H1.HeaderClassName
{
color: #CFBB59;
}
.AnyTagClassName
{
color: #CFBB59;
}
</style>
background-color css
<style>
a { background-color: #CFBB59; }
a { background-color: rgb(207,187,89); }
div.DivClassName
{
background-color: #CFBB59;
}
.BgClassName
{
background-color: #CFBB59;
}
</style>
border-color css
<style>
span { border-color: #CFBB59; }
span { border-color: rgb(207,187,89); }
td.TdClassName
{
border-color: #CFBB59;
}
.TagClassName
{
border-color: #CFBB59;
}
</style>