Shades of Tacha #CFBD60
Tints of Tacha #CFBD60
RGB
CMYK
RGB Variations
Color information
#CFBD60 (or 0xCFBD60) is known color: Tacha. HEX triplet: CF, BD and 60. RGB value is (207,189,96). Sum of RGB (Red+Green+Blue) = 207+189+96=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD60 is #30429F. Grayscale: #B8B8B8. Windows color (decimal): -3162784 or 6340047. OLE color: 6340047.
HSL color Cylindrical-coordinate representation of color #CFBD60: hue angle of 50.27º 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 #CFBD60 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 96 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.19 |
| HSL | 50.27º | 0.54% | 0.59% | - |
| HSV(B) | 50.27º | 0.54% | 0.81% | - |
| XYZ | 46.04 | 50.51 | 18.39 | - |
| YUV | 183.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 96 | 0 | 0.09 | 0.54 | 0.19 | 50.27 | 0.54 | 0.59 |
| Hex | CF | BD | 60 | 0 | 9 | 36 | 13 | 32 | 36 | 3B |
| Octal | 317 | 275 | 140 | 0 | 11 | 66 | 23 | 62 | 66 | 73 |
| Binary | 11001111 | 10111101 | 1100000 | 0 | 1001 | 110110 | 10011 | 110010 | 110110 | 111011 |
Color Harmonies of #CFBD60
Complementary color
Monochromatic Colors of #CFBD60
Black with #CFBD60
Text Example
Text Example
White with #CFBD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD60; }
p { color: rgb(207,189,96); }
H1.HeaderClassName
{
color: #CFBD60;
}
.AnyTagClassName
{
color: #CFBD60;
}
</style>
background-color css
<style>
a { background-color: #CFBD60; }
a { background-color: rgb(207,189,96); }
div.DivClassName
{
background-color: #CFBD60;
}
.BgClassName
{
background-color: #CFBD60;
}
</style>
border-color css
<style>
span { border-color: #CFBD60; }
span { border-color: rgb(207,189,96); }
td.TdClassName
{
border-color: #CFBD60;
}
.TagClassName
{
border-color: #CFBD60;
}
</style>