Shades of Tacha #CFB366
Tints of Tacha #CFB366
RGB
CMYK
RGB Variations
Color information
#CFB366 (or 0xCFB366) is known color: Tacha. HEX triplet: CF, B3 and 66. RGB value is (207,179,102). Sum of RGB (Red+Green+Blue) = 207+179+102=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB366 is #304C99. Grayscale: #B2B2B2. Windows color (decimal): -3165338 or 6730703. OLE color: 6730703.
HSL color Cylindrical-coordinate representation of color #CFB366: hue angle of 44º 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 #CFB366 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 102 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.19 |
| HSL | 44º | 0.52% | 0.61% | - |
| HSV(B) | 44º | 0.51% | 0.81% | - |
| XYZ | 44.25 | 46.46 | 19.21 | - |
| YUV | 178.59 | 84.78 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 102 | 0 | 0.14 | 0.51 | 0.19 | 44 | 0.52 | 0.61 |
| Hex | CF | B3 | 66 | 0 | E | 33 | 13 | 2C | 34 | 3D |
| Octal | 317 | 263 | 146 | 0 | 16 | 63 | 23 | 54 | 64 | 75 |
| Binary | 11001111 | 10110011 | 1100110 | 0 | 1110 | 110011 | 10011 | 101100 | 110100 | 111101 |
Color Harmonies of #CFB366
Complementary color
Monochromatic Colors of #CFB366
Black with #CFB366
Text Example
Text Example
White with #CFB366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB366; }
p { color: rgb(207,179,102); }
H1.HeaderClassName
{
color: #CFB366;
}
.AnyTagClassName
{
color: #CFB366;
}
</style>
background-color css
<style>
a { background-color: #CFB366; }
a { background-color: rgb(207,179,102); }
div.DivClassName
{
background-color: #CFB366;
}
.BgClassName
{
background-color: #CFB366;
}
</style>
border-color css
<style>
span { border-color: #CFB366; }
span { border-color: rgb(207,179,102); }
td.TdClassName
{
border-color: #CFB366;
}
.TagClassName
{
border-color: #CFB366;
}
</style>