Shades of Tacha #CFC661
Tints of Tacha #CFC661
RGB
CMYK
RGB Variations
Color information
#CFC661 (or 0xCFC661) is known color: Tacha. HEX triplet: CF, C6 and 61. RGB value is (207,198,97). Sum of RGB (Red+Green+Blue) = 207+198+97=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC661 is #30399E. Grayscale: #BDBDBD. Windows color (decimal): -3160479 or 6407887. OLE color: 6407887.
HSL color Cylindrical-coordinate representation of color #CFC661: hue angle of 55.09º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFC661 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 97 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.19 |
| HSL | 55.09º | 0.53% | 0.6% | - |
| HSV(B) | 55.09º | 0.53% | 0.81% | - |
| XYZ | 48.08 | 54.52 | 19.3 | - |
| YUV | 189.18 | 75.98 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 97 | 0 | 0.04 | 0.53 | 0.19 | 55.09 | 0.53 | 0.6 |
| Hex | CF | C6 | 61 | 0 | 4 | 35 | 13 | 37 | 35 | 3C |
| Octal | 317 | 306 | 141 | 0 | 4 | 65 | 23 | 67 | 65 | 74 |
| Binary | 11001111 | 11000110 | 1100001 | 0 | 100 | 110101 | 10011 | 110111 | 110101 | 111100 |
Color Harmonies of #CFC661
Complementary color
Monochromatic Colors of #CFC661
Black with #CFC661
Text Example
Text Example
White with #CFC661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC661; }
p { color: rgb(207,198,97); }
H1.HeaderClassName
{
color: #CFC661;
}
.AnyTagClassName
{
color: #CFC661;
}
</style>
background-color css
<style>
a { background-color: #CFC661; }
a { background-color: rgb(207,198,97); }
div.DivClassName
{
background-color: #CFC661;
}
.BgClassName
{
background-color: #CFC661;
}
</style>
border-color css
<style>
span { border-color: #CFC661; }
span { border-color: rgb(207,198,97); }
td.TdClassName
{
border-color: #CFC661;
}
.TagClassName
{
border-color: #CFC661;
}
</style>