Shades of Tacha #CEBB6F
Tints of Tacha #CEBB6F
RGB
CMYK
RGB Variations
Color information
#CEBB6F (or 0xCEBB6F) is known color: Tacha. HEX triplet: CE, BB and 6F. RGB value is (206,187,111). Sum of RGB (Red+Green+Blue) = 206+187+111=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBB6F is #314490. Grayscale: #B8B8B8. Windows color (decimal): -3228817 or 7322574. OLE color: 7322574.
HSL color Cylindrical-coordinate representation of color #CEBB6F: hue angle of 48º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEBB6F is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 111 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.19 |
| HSL | 48º | 0.49% | 0.62% | - |
| HSV(B) | 48º | 0.46% | 0.81% | - |
| XYZ | 46.09 | 49.81 | 22.22 | - |
| YUV | 184.02 | 86.79 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 111 | 0 | 0.09 | 0.46 | 0.19 | 48 | 0.49 | 0.62 |
| Hex | CE | BB | 6F | 0 | 9 | 2E | 13 | 30 | 31 | 3E |
| Octal | 316 | 273 | 157 | 0 | 11 | 56 | 23 | 60 | 61 | 76 |
| Binary | 11001110 | 10111011 | 1101111 | 0 | 1001 | 101110 | 10011 | 110000 | 110001 | 111110 |
Color Harmonies of #CEBB6F
Complementary color
Monochromatic Colors of #CEBB6F
Black with #CEBB6F
Text Example
Text Example
White with #CEBB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB6F; }
p { color: rgb(206,187,111); }
H1.HeaderClassName
{
color: #CEBB6F;
}
.AnyTagClassName
{
color: #CEBB6F;
}
</style>
background-color css
<style>
a { background-color: #CEBB6F; }
a { background-color: rgb(206,187,111); }
div.DivClassName
{
background-color: #CEBB6F;
}
.BgClassName
{
background-color: #CEBB6F;
}
</style>
border-color css
<style>
span { border-color: #CEBB6F; }
span { border-color: rgb(206,187,111); }
td.TdClassName
{
border-color: #CEBB6F;
}
.TagClassName
{
border-color: #CEBB6F;
}
</style>