Shades of Tacha #CEBF68
Tints of Tacha #CEBF68
RGB
CMYK
RGB Variations
Color information
#CEBF68 (or 0xCEBF68) is known color: Tacha. HEX triplet: CE, BF and 68. RGB value is (206,191,104). Sum of RGB (Red+Green+Blue) = 206+191+104=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBF68 is #314097. Grayscale: #B9B9B9. Windows color (decimal): -3227800 or 6864846. OLE color: 6864846.
HSL color Cylindrical-coordinate representation of color #CEBF68: hue angle of 51.18º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEBF68 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 104 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.19 |
| HSL | 51.18º | 0.51% | 0.61% | - |
| HSV(B) | 51.18º | 0.5% | 0.81% | - |
| XYZ | 46.58 | 51.38 | 20.56 | - |
| YUV | 185.57 | 81.97 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 104 | 0 | 0.07 | 0.50 | 0.19 | 51.18 | 0.51 | 0.61 |
| Hex | CE | BF | 68 | 0 | 7 | 32 | 13 | 33 | 33 | 3D |
| Octal | 316 | 277 | 150 | 0 | 7 | 62 | 23 | 63 | 63 | 75 |
| Binary | 11001110 | 10111111 | 1101000 | 0 | 111 | 110010 | 10011 | 110011 | 110011 | 111101 |
Color Harmonies of #CEBF68
Complementary color
Monochromatic Colors of #CEBF68
Black with #CEBF68
Text Example
Text Example
White with #CEBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBF68; }
p { color: rgb(206,191,104); }
H1.HeaderClassName
{
color: #CEBF68;
}
.AnyTagClassName
{
color: #CEBF68;
}
</style>
background-color css
<style>
a { background-color: #CEBF68; }
a { background-color: rgb(206,191,104); }
div.DivClassName
{
background-color: #CEBF68;
}
.BgClassName
{
background-color: #CEBF68;
}
</style>
border-color css
<style>
span { border-color: #CEBF68; }
span { border-color: rgb(206,191,104); }
td.TdClassName
{
border-color: #CEBF68;
}
.TagClassName
{
border-color: #CEBF68;
}
</style>