Shades of Tacha #CFBB61
Tints of Tacha #CFBB61
RGB
CMYK
RGB Variations
Color information
#CFBB61 (or 0xCFBB61) is known color: Tacha. HEX triplet: CF, BB and 61. RGB value is (207,187,97). Sum of RGB (Red+Green+Blue) = 207+187+97=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB61 is #30449E. Grayscale: #B7B7B7. Windows color (decimal): -3163295 or 6405071. OLE color: 6405071.
HSL color Cylindrical-coordinate representation of color #CFBB61: hue angle of 49.09º 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 #CFBB61 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 97 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.19 |
| HSL | 49.09º | 0.53% | 0.6% | - |
| HSV(B) | 49.09º | 0.53% | 0.81% | - |
| XYZ | 45.66 | 49.67 | 18.49 | - |
| YUV | 182.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 97 | 0 | 0.10 | 0.53 | 0.19 | 49.09 | 0.53 | 0.6 |
| Hex | CF | BB | 61 | 0 | A | 35 | 13 | 31 | 35 | 3C |
| Octal | 317 | 273 | 141 | 0 | 12 | 65 | 23 | 61 | 65 | 74 |
| Binary | 11001111 | 10111011 | 1100001 | 0 | 1010 | 110101 | 10011 | 110001 | 110101 | 111100 |
Color Harmonies of #CFBB61
Complementary color
Monochromatic Colors of #CFBB61
Black with #CFBB61
Text Example
Text Example
White with #CFBB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB61; }
p { color: rgb(207,187,97); }
H1.HeaderClassName
{
color: #CFBB61;
}
.AnyTagClassName
{
color: #CFBB61;
}
</style>
background-color css
<style>
a { background-color: #CFBB61; }
a { background-color: rgb(207,187,97); }
div.DivClassName
{
background-color: #CFBB61;
}
.BgClassName
{
background-color: #CFBB61;
}
</style>
border-color css
<style>
span { border-color: #CFBB61; }
span { border-color: rgb(207,187,97); }
td.TdClassName
{
border-color: #CFBB61;
}
.TagClassName
{
border-color: #CFBB61;
}
</style>