Shades of Tacha #CFBB60
Tints of Tacha #CFBB60
RGB
CMYK
RGB Variations
Color information
#CFBB60 (or 0xCFBB60) is known color: Tacha. HEX triplet: CF, BB and 60. RGB value is (207,187,96). Sum of RGB (Red+Green+Blue) = 207+187+96=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB60 is #30449F. Grayscale: #B6B6B6. Windows color (decimal): -3163296 or 6339535. OLE color: 6339535.
HSL color Cylindrical-coordinate representation of color #CFBB60: hue angle of 49.19º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFBB60 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 96 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.19 |
| HSL | 49.19º | 0.54% | 0.59% | - |
| HSV(B) | 49.19º | 0.54% | 0.81% | - |
| XYZ | 45.61 | 49.65 | 18.25 | - |
| YUV | 182.61 | 79.13 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 96 | 0 | 0.10 | 0.54 | 0.19 | 49.19 | 0.54 | 0.59 |
| Hex | CF | BB | 60 | 0 | A | 36 | 13 | 31 | 36 | 3B |
| Octal | 317 | 273 | 140 | 0 | 12 | 66 | 23 | 61 | 66 | 73 |
| Binary | 11001111 | 10111011 | 1100000 | 0 | 1010 | 110110 | 10011 | 110001 | 110110 | 111011 |
Color Harmonies of #CFBB60
Complementary color
Monochromatic Colors of #CFBB60
Black with #CFBB60
Text Example
Text Example
White with #CFBB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB60; }
p { color: rgb(207,187,96); }
H1.HeaderClassName
{
color: #CFBB60;
}
.AnyTagClassName
{
color: #CFBB60;
}
</style>
background-color css
<style>
a { background-color: #CFBB60; }
a { background-color: rgb(207,187,96); }
div.DivClassName
{
background-color: #CFBB60;
}
.BgClassName
{
background-color: #CFBB60;
}
</style>
border-color css
<style>
span { border-color: #CFBB60; }
span { border-color: rgb(207,187,96); }
td.TdClassName
{
border-color: #CFBB60;
}
.TagClassName
{
border-color: #CFBB60;
}
</style>