Shades of Tacha #CFB359
Tints of Tacha #CFB359
RGB
CMYK
RGB Variations
Color information
#CFB359 (or 0xCFB359) is known color: Tacha. HEX triplet: CF, B3 and 59. RGB value is (207,179,89). Sum of RGB (Red+Green+Blue) = 207+179+89=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB359 is #304CA6. Grayscale: #B1B1B1. Windows color (decimal): -3165351 or 5878735. OLE color: 5878735.
HSL color Cylindrical-coordinate representation of color #CFB359: hue angle of 45.76º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFB359 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 89 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.19 |
| HSL | 45.76º | 0.55% | 0.58% | - |
| HSV(B) | 45.76º | 0.57% | 0.81% | - |
| XYZ | 43.66 | 46.23 | 16.07 | - |
| YUV | 177.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 89 | 0 | 0.14 | 0.57 | 0.19 | 45.76 | 0.55 | 0.58 |
| Hex | CF | B3 | 59 | 0 | E | 39 | 13 | 2E | 37 | 3A |
| Octal | 317 | 263 | 131 | 0 | 16 | 71 | 23 | 56 | 67 | 72 |
| Binary | 11001111 | 10110011 | 1011001 | 0 | 1110 | 111001 | 10011 | 101110 | 110111 | 111010 |
Color Harmonies of #CFB359
Complementary color
Monochromatic Colors of #CFB359
Black with #CFB359
Text Example
Text Example
White with #CFB359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB359; }
p { color: rgb(207,179,89); }
H1.HeaderClassName
{
color: #CFB359;
}
.AnyTagClassName
{
color: #CFB359;
}
</style>
background-color css
<style>
a { background-color: #CFB359; }
a { background-color: rgb(207,179,89); }
div.DivClassName
{
background-color: #CFB359;
}
.BgClassName
{
background-color: #CFB359;
}
</style>
border-color css
<style>
span { border-color: #CFB359; }
span { border-color: rgb(207,179,89); }
td.TdClassName
{
border-color: #CFB359;
}
.TagClassName
{
border-color: #CFB359;
}
</style>