Shades of Tacha #CFBA5C
Tints of Tacha #CFBA5C
RGB
CMYK
RGB Variations
Color information
#CFBA5C (or 0xCFBA5C) is known color: Tacha. HEX triplet: CF, BA and 5C. RGB value is (207,186,92). Sum of RGB (Red+Green+Blue) = 207+186+92=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA5C is #3045A3. Grayscale: #B5B5B5. Windows color (decimal): -3163556 or 6077135. OLE color: 6077135.
HSL color Cylindrical-coordinate representation of color #CFBA5C: hue angle of 49.04º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFBA5C is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 92 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.19 |
| HSL | 49.04º | 0.55% | 0.59% | - |
| HSV(B) | 49.04º | 0.56% | 0.81% | - |
| XYZ | 45.22 | 49.16 | 17.23 | - |
| YUV | 181.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 92 | 0 | 0.10 | 0.56 | 0.19 | 49.04 | 0.55 | 0.59 |
| Hex | CF | BA | 5C | 0 | A | 38 | 13 | 31 | 37 | 3B |
| Octal | 317 | 272 | 134 | 0 | 12 | 70 | 23 | 61 | 67 | 73 |
| Binary | 11001111 | 10111010 | 1011100 | 0 | 1010 | 111000 | 10011 | 110001 | 110111 | 111011 |
Color Harmonies of #CFBA5C
Complementary color
Monochromatic Colors of #CFBA5C
Black with #CFBA5C
Text Example
Text Example
White with #CFBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA5C; }
p { color: rgb(207,186,92); }
H1.HeaderClassName
{
color: #CFBA5C;
}
.AnyTagClassName
{
color: #CFBA5C;
}
</style>
background-color css
<style>
a { background-color: #CFBA5C; }
a { background-color: rgb(207,186,92); }
div.DivClassName
{
background-color: #CFBA5C;
}
.BgClassName
{
background-color: #CFBA5C;
}
</style>
border-color css
<style>
span { border-color: #CFBA5C; }
span { border-color: rgb(207,186,92); }
td.TdClassName
{
border-color: #CFBA5C;
}
.TagClassName
{
border-color: #CFBA5C;
}
</style>