Shades of Tacha #CFC66B
Tints of Tacha #CFC66B
RGB
CMYK
RGB Variations
Color information
#CFC66B (or 0xCFC66B) is known color: Tacha. HEX triplet: CF, C6 and 6B. RGB value is (207,198,107). Sum of RGB (Red+Green+Blue) = 207+198+107=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC66B is #303994. Grayscale: #BEBEBE. Windows color (decimal): -3160469 or 7063247. OLE color: 7063247.
HSL color Cylindrical-coordinate representation of color #CFC66B: hue angle of 54.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFC66B is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 107 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.19 |
| HSL | 54.6º | 0.51% | 0.62% | - |
| HSV(B) | 54.6º | 0.48% | 0.81% | - |
| XYZ | 48.58 | 54.72 | 21.91 | - |
| YUV | 190.32 | 80.98 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 107 | 0 | 0.04 | 0.48 | 0.19 | 54.6 | 0.51 | 0.62 |
| Hex | CF | C6 | 6B | 0 | 4 | 30 | 13 | 37 | 33 | 3E |
| Octal | 317 | 306 | 153 | 0 | 4 | 60 | 23 | 67 | 63 | 76 |
| Binary | 11001111 | 11000110 | 1101011 | 0 | 100 | 110000 | 10011 | 110111 | 110011 | 111110 |
Color Harmonies of #CFC66B
Complementary color
Monochromatic Colors of #CFC66B
Black with #CFC66B
Text Example
Text Example
White with #CFC66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC66B; }
p { color: rgb(207,198,107); }
H1.HeaderClassName
{
color: #CFC66B;
}
.AnyTagClassName
{
color: #CFC66B;
}
</style>
background-color css
<style>
a { background-color: #CFC66B; }
a { background-color: rgb(207,198,107); }
div.DivClassName
{
background-color: #CFC66B;
}
.BgClassName
{
background-color: #CFC66B;
}
</style>
border-color css
<style>
span { border-color: #CFC66B; }
span { border-color: rgb(207,198,107); }
td.TdClassName
{
border-color: #CFC66B;
}
.TagClassName
{
border-color: #CFC66B;
}
</style>