Shades of Tacha #CFC66A
Tints of Tacha #CFC66A
RGB
CMYK
RGB Variations
Color information
#CFC66A (or 0xCFC66A) is known color: Tacha. HEX triplet: CF, C6 and 6A. RGB value is (207,198,106). Sum of RGB (Red+Green+Blue) = 207+198+106=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC66A is #303995. Grayscale: #BEBEBE. Windows color (decimal): -3160470 or 6997711. OLE color: 6997711.
HSL color Cylindrical-coordinate representation of color #CFC66A: hue angle of 54.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFC66A is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 106 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.19 |
| HSL | 54.65º | 0.51% | 0.61% | - |
| HSV(B) | 54.65º | 0.49% | 0.81% | - |
| XYZ | 48.53 | 54.69 | 21.64 | - |
| YUV | 190.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 106 | 0 | 0.04 | 0.49 | 0.19 | 54.65 | 0.51 | 0.61 |
| Hex | CF | C6 | 6A | 0 | 4 | 31 | 13 | 37 | 33 | 3D |
| Octal | 317 | 306 | 152 | 0 | 4 | 61 | 23 | 67 | 63 | 75 |
| Binary | 11001111 | 11000110 | 1101010 | 0 | 100 | 110001 | 10011 | 110111 | 110011 | 111101 |
Color Harmonies of #CFC66A
Complementary color
Monochromatic Colors of #CFC66A
Black with #CFC66A
Text Example
Text Example
White with #CFC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC66A; }
p { color: rgb(207,198,106); }
H1.HeaderClassName
{
color: #CFC66A;
}
.AnyTagClassName
{
color: #CFC66A;
}
</style>
background-color css
<style>
a { background-color: #CFC66A; }
a { background-color: rgb(207,198,106); }
div.DivClassName
{
background-color: #CFC66A;
}
.BgClassName
{
background-color: #CFC66A;
}
</style>
border-color css
<style>
span { border-color: #CFC66A; }
span { border-color: rgb(207,198,106); }
td.TdClassName
{
border-color: #CFC66A;
}
.TagClassName
{
border-color: #CFC66A;
}
</style>