Shades of Tacha #CFC166
Tints of Tacha #CFC166
RGB
CMYK
RGB Variations
Color information
#CFC166 (or 0xCFC166) is known color: Tacha. HEX triplet: CF, C1 and 66. RGB value is (207,193,102). Sum of RGB (Red+Green+Blue) = 207+193+102=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC166 is #303E99. Grayscale: #BBBBBB. Windows color (decimal): -3161754 or 6734287. OLE color: 6734287.
HSL color Cylindrical-coordinate representation of color #CFC166: hue angle of 52º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFC166 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 102 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.19 |
| HSL | 52º | 0.52% | 0.61% | - |
| HSV(B) | 52º | 0.51% | 0.81% | - |
| XYZ | 47.2 | 52.36 | 20.19 | - |
| YUV | 186.81 | 80.14 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 102 | 0 | 0.07 | 0.51 | 0.19 | 52 | 0.52 | 0.61 |
| Hex | CF | C1 | 66 | 0 | 7 | 33 | 13 | 34 | 34 | 3D |
| Octal | 317 | 301 | 146 | 0 | 7 | 63 | 23 | 64 | 64 | 75 |
| Binary | 11001111 | 11000001 | 1100110 | 0 | 111 | 110011 | 10011 | 110100 | 110100 | 111101 |
Color Harmonies of #CFC166
Complementary color
Monochromatic Colors of #CFC166
Black with #CFC166
Text Example
Text Example
White with #CFC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC166; }
p { color: rgb(207,193,102); }
H1.HeaderClassName
{
color: #CFC166;
}
.AnyTagClassName
{
color: #CFC166;
}
</style>
background-color css
<style>
a { background-color: #CFC166; }
a { background-color: rgb(207,193,102); }
div.DivClassName
{
background-color: #CFC166;
}
.BgClassName
{
background-color: #CFC166;
}
</style>
border-color css
<style>
span { border-color: #CFC166; }
span { border-color: rgb(207,193,102); }
td.TdClassName
{
border-color: #CFC166;
}
.TagClassName
{
border-color: #CFC166;
}
</style>