Shades of Tacha #CFBA50
Tints of Tacha #CFBA50
RGB
CMYK
RGB Variations
Color information
#CFBA50 (or 0xCFBA50) is known color: Tacha. HEX triplet: CF, BA and 50. RGB value is (207,186,80). Sum of RGB (Red+Green+Blue) = 207+186+80=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA50 is #3045AF. Grayscale: #B4B4B4. Windows color (decimal): -3163568 or 5290703. OLE color: 5290703.
HSL color Cylindrical-coordinate representation of color #CFBA50: hue angle of 50.08º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFBA50 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 80 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.19 |
| HSL | 50.08º | 0.57% | 0.56% | - |
| HSV(B) | 50.08º | 0.61% | 0.81% | - |
| XYZ | 44.74 | 48.96 | 14.68 | - |
| YUV | 180.2 | 71.46 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 80 | 0 | 0.10 | 0.61 | 0.19 | 50.08 | 0.57 | 0.56 |
| Hex | CF | BA | 50 | 0 | A | 3D | 13 | 32 | 39 | 38 |
| Octal | 317 | 272 | 120 | 0 | 12 | 75 | 23 | 62 | 71 | 70 |
| Binary | 11001111 | 10111010 | 1010000 | 0 | 1010 | 111101 | 10011 | 110010 | 111001 | 111000 |
Color Harmonies of #CFBA50
Complementary color
Monochromatic Colors of #CFBA50
Black with #CFBA50
Text Example
Text Example
White with #CFBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA50; }
p { color: rgb(207,186,80); }
H1.HeaderClassName
{
color: #CFBA50;
}
.AnyTagClassName
{
color: #CFBA50;
}
</style>
background-color css
<style>
a { background-color: #CFBA50; }
a { background-color: rgb(207,186,80); }
div.DivClassName
{
background-color: #CFBA50;
}
.BgClassName
{
background-color: #CFBA50;
}
</style>
border-color css
<style>
span { border-color: #CFBA50; }
span { border-color: rgb(207,186,80); }
td.TdClassName
{
border-color: #CFBA50;
}
.TagClassName
{
border-color: #CFBA50;
}
</style>