Shades of Tacha #CEBC68
Tints of Tacha #CEBC68
RGB
CMYK
RGB Variations
Color information
#CEBC68 (or 0xCEBC68) is known color: Tacha. HEX triplet: CE, BC and 68. RGB value is (206,188,104). Sum of RGB (Red+Green+Blue) = 206+188+104=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC68 is #314397. Grayscale: #B8B8B8. Windows color (decimal): -3228568 or 6864078. OLE color: 6864078.
HSL color Cylindrical-coordinate representation of color #CEBC68: hue angle of 49.41º 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 #CEBC68 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 104 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.19 |
| HSL | 49.41º | 0.51% | 0.61% | - |
| HSV(B) | 49.41º | 0.5% | 0.81% | - |
| XYZ | 45.94 | 50.09 | 20.34 | - |
| YUV | 183.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 104 | 0 | 0.09 | 0.50 | 0.19 | 49.41 | 0.51 | 0.61 |
| Hex | CE | BC | 68 | 0 | 9 | 32 | 13 | 31 | 33 | 3D |
| Octal | 316 | 274 | 150 | 0 | 11 | 62 | 23 | 61 | 63 | 75 |
| Binary | 11001110 | 10111100 | 1101000 | 0 | 1001 | 110010 | 10011 | 110001 | 110011 | 111101 |
Color Harmonies of #CEBC68
Complementary color
Monochromatic Colors of #CEBC68
Black with #CEBC68
Text Example
Text Example
White with #CEBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC68; }
p { color: rgb(206,188,104); }
H1.HeaderClassName
{
color: #CEBC68;
}
.AnyTagClassName
{
color: #CEBC68;
}
</style>
background-color css
<style>
a { background-color: #CEBC68; }
a { background-color: rgb(206,188,104); }
div.DivClassName
{
background-color: #CEBC68;
}
.BgClassName
{
background-color: #CEBC68;
}
</style>
border-color css
<style>
span { border-color: #CEBC68; }
span { border-color: rgb(206,188,104); }
td.TdClassName
{
border-color: #CEBC68;
}
.TagClassName
{
border-color: #CEBC68;
}
</style>