Shades of Tacha #CFC066
Tints of Tacha #CFC066
RGB
CMYK
RGB Variations
Color information
#CFC066 (or 0xCFC066) is known color: Tacha. HEX triplet: CF, C0 and 66. RGB value is (207,192,102). Sum of RGB (Red+Green+Blue) = 207+192+102=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC066 is #303F99. Grayscale: #BABABA. Windows color (decimal): -3162010 or 6734031. OLE color: 6734031.
HSL color Cylindrical-coordinate representation of color #CFC066: hue angle of 51.43º 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 #CFC066 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 102 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.19 |
| HSL | 51.43º | 0.52% | 0.61% | - |
| HSV(B) | 51.43º | 0.51% | 0.81% | - |
| XYZ | 46.98 | 51.92 | 20.12 | - |
| YUV | 186.23 | 80.47 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 102 | 0 | 0.07 | 0.51 | 0.19 | 51.43 | 0.52 | 0.61 |
| Hex | CF | C0 | 66 | 0 | 7 | 33 | 13 | 33 | 34 | 3D |
| Octal | 317 | 300 | 146 | 0 | 7 | 63 | 23 | 63 | 64 | 75 |
| Binary | 11001111 | 11000000 | 1100110 | 0 | 111 | 110011 | 10011 | 110011 | 110100 | 111101 |
Color Harmonies of #CFC066
Complementary color
Monochromatic Colors of #CFC066
Black with #CFC066
Text Example
Text Example
White with #CFC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC066; }
p { color: rgb(207,192,102); }
H1.HeaderClassName
{
color: #CFC066;
}
.AnyTagClassName
{
color: #CFC066;
}
</style>
background-color css
<style>
a { background-color: #CFC066; }
a { background-color: rgb(207,192,102); }
div.DivClassName
{
background-color: #CFC066;
}
.BgClassName
{
background-color: #CFC066;
}
</style>
border-color css
<style>
span { border-color: #CFC066; }
span { border-color: rgb(207,192,102); }
td.TdClassName
{
border-color: #CFC066;
}
.TagClassName
{
border-color: #CFC066;
}
</style>