Shades of Tacha #CFBA53
Tints of Tacha #CFBA53
RGB
CMYK
RGB Variations
Color information
#CFBA53 (or 0xCFBA53) is known color: Tacha. HEX triplet: CF, BA and 53. RGB value is (207,186,83). Sum of RGB (Red+Green+Blue) = 207+186+83=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA53 is #3045AC. Grayscale: #B4B4B4. Windows color (decimal): -3163565 or 5487311. OLE color: 5487311.
HSL color Cylindrical-coordinate representation of color #CFBA53: hue angle of 49.84º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFBA53 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 83 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.19 |
| HSL | 49.84º | 0.56% | 0.57% | - |
| HSV(B) | 49.84º | 0.6% | 0.81% | - |
| XYZ | 44.85 | 49.01 | 15.28 | - |
| YUV | 180.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 83 | 0 | 0.10 | 0.60 | 0.19 | 49.84 | 0.56 | 0.57 |
| Hex | CF | BA | 53 | 0 | A | 3C | 13 | 32 | 38 | 39 |
| Octal | 317 | 272 | 123 | 0 | 12 | 74 | 23 | 62 | 70 | 71 |
| Binary | 11001111 | 10111010 | 1010011 | 0 | 1010 | 111100 | 10011 | 110010 | 111000 | 111001 |
Color Harmonies of #CFBA53
Complementary color
Monochromatic Colors of #CFBA53
Black with #CFBA53
Text Example
Text Example
White with #CFBA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA53; }
p { color: rgb(207,186,83); }
H1.HeaderClassName
{
color: #CFBA53;
}
.AnyTagClassName
{
color: #CFBA53;
}
</style>
background-color css
<style>
a { background-color: #CFBA53; }
a { background-color: rgb(207,186,83); }
div.DivClassName
{
background-color: #CFBA53;
}
.BgClassName
{
background-color: #CFBA53;
}
</style>
border-color css
<style>
span { border-color: #CFBA53; }
span { border-color: rgb(207,186,83); }
td.TdClassName
{
border-color: #CFBA53;
}
.TagClassName
{
border-color: #CFBA53;
}
</style>