Shades of Tacha #CEB666
Tints of Tacha #CEB666
RGB
CMYK
RGB Variations
Color information
#CEB666 (or 0xCEB666) is known color: Tacha. HEX triplet: CE, B6 and 66. RGB value is (206,182,102). Sum of RGB (Red+Green+Blue) = 206+182+102=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB666 is #314999. Grayscale: #B4B4B4. Windows color (decimal): -3230106 or 6731470. OLE color: 6731470.
HSL color Cylindrical-coordinate representation of color #CEB666: hue angle of 46.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEB666 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 102 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.19 |
| HSL | 46.15º | 0.51% | 0.6% | - |
| HSV(B) | 46.15º | 0.5% | 0.81% | - |
| XYZ | 44.58 | 47.54 | 19.4 | - |
| YUV | 180.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 102 | 0 | 0.12 | 0.50 | 0.19 | 46.15 | 0.51 | 0.6 |
| Hex | CE | B6 | 66 | 0 | C | 32 | 13 | 2E | 33 | 3C |
| Octal | 316 | 266 | 146 | 0 | 14 | 62 | 23 | 56 | 63 | 74 |
| Binary | 11001110 | 10110110 | 1100110 | 0 | 1100 | 110010 | 10011 | 101110 | 110011 | 111100 |
Color Harmonies of #CEB666
Complementary color
Monochromatic Colors of #CEB666
Black with #CEB666
Text Example
Text Example
White with #CEB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB666; }
p { color: rgb(206,182,102); }
H1.HeaderClassName
{
color: #CEB666;
}
.AnyTagClassName
{
color: #CEB666;
}
</style>
background-color css
<style>
a { background-color: #CEB666; }
a { background-color: rgb(206,182,102); }
div.DivClassName
{
background-color: #CEB666;
}
.BgClassName
{
background-color: #CEB666;
}
</style>
border-color css
<style>
span { border-color: #CEB666; }
span { border-color: rgb(206,182,102); }
td.TdClassName
{
border-color: #CEB666;
}
.TagClassName
{
border-color: #CEB666;
}
</style>