Shades of Tacha #CFBC57
Tints of Tacha #CFBC57
RGB
CMYK
RGB Variations
Color information
#CFBC57 (or 0xCFBC57) is known color: Tacha. HEX triplet: CF, BC and 57. RGB value is (207,188,87). Sum of RGB (Red+Green+Blue) = 207+188+87=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC57 is #3043A8. Grayscale: #B6B6B6. Windows color (decimal): -3163049 or 5749967. OLE color: 5749967.
HSL color Cylindrical-coordinate representation of color #CFBC57: hue angle of 50.5º 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 #CFBC57 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 87 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.19 |
| HSL | 50.5º | 0.56% | 0.58% | - |
| HSV(B) | 50.5º | 0.58% | 0.81% | - |
| XYZ | 45.44 | 49.92 | 16.26 | - |
| YUV | 182.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 87 | 0 | 0.09 | 0.58 | 0.19 | 50.5 | 0.56 | 0.58 |
| Hex | CF | BC | 57 | 0 | 9 | 3A | 13 | 32 | 38 | 3A |
| Octal | 317 | 274 | 127 | 0 | 11 | 72 | 23 | 62 | 70 | 72 |
| Binary | 11001111 | 10111100 | 1010111 | 0 | 1001 | 111010 | 10011 | 110010 | 111000 | 111010 |
Color Harmonies of #CFBC57
Complementary color
Monochromatic Colors of #CFBC57
Black with #CFBC57
Text Example
Text Example
White with #CFBC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC57; }
p { color: rgb(207,188,87); }
H1.HeaderClassName
{
color: #CFBC57;
}
.AnyTagClassName
{
color: #CFBC57;
}
</style>
background-color css
<style>
a { background-color: #CFBC57; }
a { background-color: rgb(207,188,87); }
div.DivClassName
{
background-color: #CFBC57;
}
.BgClassName
{
background-color: #CFBC57;
}
</style>
border-color css
<style>
span { border-color: #CFBC57; }
span { border-color: rgb(207,188,87); }
td.TdClassName
{
border-color: #CFBC57;
}
.TagClassName
{
border-color: #CFBC57;
}
</style>