Shades of Tacha #CEBB66
Tints of Tacha #CEBB66
RGB
CMYK
RGB Variations
Color information
#CEBB66 (or 0xCEBB66) is known color: Tacha. HEX triplet: CE, BB and 66. RGB value is (206,187,102). Sum of RGB (Red+Green+Blue) = 206+187+102=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBB66 is #314499. Grayscale: #B7B7B7. Windows color (decimal): -3228826 or 6732750. OLE color: 6732750.
HSL color Cylindrical-coordinate representation of color #CEBB66: hue angle of 49.04º 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 #CEBB66 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 102 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.19 |
| HSL | 49.04º | 0.51% | 0.6% | - |
| HSV(B) | 49.04º | 0.5% | 0.81% | - |
| XYZ | 45.62 | 49.62 | 19.74 | - |
| YUV | 182.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 102 | 0 | 0.09 | 0.50 | 0.19 | 49.04 | 0.51 | 0.6 |
| Hex | CE | BB | 66 | 0 | 9 | 32 | 13 | 31 | 33 | 3C |
| Octal | 316 | 273 | 146 | 0 | 11 | 62 | 23 | 61 | 63 | 74 |
| Binary | 11001110 | 10111011 | 1100110 | 0 | 1001 | 110010 | 10011 | 110001 | 110011 | 111100 |
Color Harmonies of #CEBB66
Complementary color
Monochromatic Colors of #CEBB66
Black with #CEBB66
Text Example
Text Example
White with #CEBB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB66; }
p { color: rgb(206,187,102); }
H1.HeaderClassName
{
color: #CEBB66;
}
.AnyTagClassName
{
color: #CEBB66;
}
</style>
background-color css
<style>
a { background-color: #CEBB66; }
a { background-color: rgb(206,187,102); }
div.DivClassName
{
background-color: #CEBB66;
}
.BgClassName
{
background-color: #CEBB66;
}
</style>
border-color css
<style>
span { border-color: #CEBB66; }
span { border-color: rgb(206,187,102); }
td.TdClassName
{
border-color: #CEBB66;
}
.TagClassName
{
border-color: #CEBB66;
}
</style>