Shades of Tacha #CFBF57
Tints of Tacha #CFBF57
RGB
CMYK
RGB Variations
Color information
#CFBF57 (or 0xCFBF57) is known color: Tacha. HEX triplet: CF, BF and 57. RGB value is (207,191,87). Sum of RGB (Red+Green+Blue) = 207+191+87=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 87 (34.38% from 255 or 17.94% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBF57 is #3040A8. Grayscale: #B8B8B8. Windows color (decimal): -3162281 or 5750735. OLE color: 5750735.
HSL color Cylindrical-coordinate representation of color #CFBF57: hue angle of 52º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFBF57 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 87 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.19 |
| HSL | 52º | 0.56% | 0.58% | - |
| HSV(B) | 52º | 0.58% | 0.81% | - |
| XYZ | 46.08 | 51.22 | 16.47 | - |
| YUV | 183.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 87 | 0 | 0.08 | 0.58 | 0.19 | 52 | 0.56 | 0.58 |
| Hex | CF | BF | 57 | 0 | 8 | 3A | 13 | 34 | 38 | 3A |
| Octal | 317 | 277 | 127 | 0 | 10 | 72 | 23 | 64 | 70 | 72 |
| Binary | 11001111 | 10111111 | 1010111 | 0 | 1000 | 111010 | 10011 | 110100 | 111000 | 111010 |
Color Harmonies of #CFBF57
Complementary color
Monochromatic Colors of #CFBF57
Black with #CFBF57
Text Example
Text Example
White with #CFBF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF57; }
p { color: rgb(207,191,87); }
H1.HeaderClassName
{
color: #CFBF57;
}
.AnyTagClassName
{
color: #CFBF57;
}
</style>
background-color css
<style>
a { background-color: #CFBF57; }
a { background-color: rgb(207,191,87); }
div.DivClassName
{
background-color: #CFBF57;
}
.BgClassName
{
background-color: #CFBF57;
}
</style>
border-color css
<style>
span { border-color: #CFBF57; }
span { border-color: rgb(207,191,87); }
td.TdClassName
{
border-color: #CFBF57;
}
.TagClassName
{
border-color: #CFBF57;
}
</style>