Shades of Tacha #CEB366
Tints of Tacha #CEB366
RGB
CMYK
RGB Variations
Color information
#CEB366 (or 0xCEB366) is known color: Tacha. HEX triplet: CE, B3 and 66. RGB value is (206,179,102). Sum of RGB (Red+Green+Blue) = 206+179+102=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB366 is #314C99. Grayscale: #B2B2B2. Windows color (decimal): -3230874 or 6730702. OLE color: 6730702.
HSL color Cylindrical-coordinate representation of color #CEB366: hue angle of 44.42º 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 #CEB366 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 102 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.19 |
| HSL | 44.42º | 0.51% | 0.6% | - |
| HSV(B) | 44.42º | 0.5% | 0.81% | - |
| XYZ | 43.97 | 46.32 | 19.19 | - |
| YUV | 178.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 102 | 0 | 0.13 | 0.50 | 0.19 | 44.42 | 0.51 | 0.6 |
| Hex | CE | B3 | 66 | 0 | D | 32 | 13 | 2C | 33 | 3C |
| Octal | 316 | 263 | 146 | 0 | 15 | 62 | 23 | 54 | 63 | 74 |
| Binary | 11001110 | 10110011 | 1100110 | 0 | 1101 | 110010 | 10011 | 101100 | 110011 | 111100 |
Color Harmonies of #CEB366
Complementary color
Monochromatic Colors of #CEB366
Black with #CEB366
Text Example
Text Example
White with #CEB366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB366; }
p { color: rgb(206,179,102); }
H1.HeaderClassName
{
color: #CEB366;
}
.AnyTagClassName
{
color: #CEB366;
}
</style>
background-color css
<style>
a { background-color: #CEB366; }
a { background-color: rgb(206,179,102); }
div.DivClassName
{
background-color: #CEB366;
}
.BgClassName
{
background-color: #CEB366;
}
</style>
border-color css
<style>
span { border-color: #CEB366; }
span { border-color: rgb(206,179,102); }
td.TdClassName
{
border-color: #CEB366;
}
.TagClassName
{
border-color: #CEB366;
}
</style>