Shades of Tacha #CEBB6E
Tints of Tacha #CEBB6E
RGB
CMYK
RGB Variations
Color information
#CEBB6E (or 0xCEBB6E) is known color: Tacha. HEX triplet: CE, BB and 6E. RGB value is (206,187,110). Sum of RGB (Red+Green+Blue) = 206+187+110=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBB6E is #314491. Grayscale: #B8B8B8. Windows color (decimal): -3228818 or 7257038. OLE color: 7257038.
HSL color Cylindrical-coordinate representation of color #CEBB6E: hue angle of 48.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEBB6E is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 110 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.19 |
| HSL | 48.13º | 0.49% | 0.62% | - |
| HSV(B) | 48.13º | 0.47% | 0.81% | - |
| XYZ | 46.04 | 49.79 | 21.94 | - |
| YUV | 183.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 110 | 0 | 0.09 | 0.47 | 0.19 | 48.13 | 0.49 | 0.62 |
| Hex | CE | BB | 6E | 0 | 9 | 2F | 13 | 30 | 31 | 3E |
| Octal | 316 | 273 | 156 | 0 | 11 | 57 | 23 | 60 | 61 | 76 |
| Binary | 11001110 | 10111011 | 1101110 | 0 | 1001 | 101111 | 10011 | 110000 | 110001 | 111110 |
Color Harmonies of #CEBB6E
Complementary color
Monochromatic Colors of #CEBB6E
Black with #CEBB6E
Text Example
Text Example
White with #CEBB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB6E; }
p { color: rgb(206,187,110); }
H1.HeaderClassName
{
color: #CEBB6E;
}
.AnyTagClassName
{
color: #CEBB6E;
}
</style>
background-color css
<style>
a { background-color: #CEBB6E; }
a { background-color: rgb(206,187,110); }
div.DivClassName
{
background-color: #CEBB6E;
}
.BgClassName
{
background-color: #CEBB6E;
}
</style>
border-color css
<style>
span { border-color: #CEBB6E; }
span { border-color: rgb(206,187,110); }
td.TdClassName
{
border-color: #CEBB6E;
}
.TagClassName
{
border-color: #CEBB6E;
}
</style>