Shades of Tacha #CEBC60
Tints of Tacha #CEBC60
RGB
CMYK
RGB Variations
Color information
#CEBC60 (or 0xCEBC60) is known color: Tacha. HEX triplet: CE, BC and 60. RGB value is (206,188,96). Sum of RGB (Red+Green+Blue) = 206+188+96=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC60 is #31439F. Grayscale: #B7B7B7. Windows color (decimal): -3228576 or 6339790. OLE color: 6339790.
HSL color Cylindrical-coordinate representation of color #CEBC60: hue angle of 50.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEBC60 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 96 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.19 |
| HSL | 50.18º | 0.53% | 0.59% | - |
| HSV(B) | 50.18º | 0.53% | 0.81% | - |
| XYZ | 45.55 | 49.93 | 18.3 | - |
| YUV | 182.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 96 | 0 | 0.09 | 0.53 | 0.19 | 50.18 | 0.53 | 0.59 |
| Hex | CE | BC | 60 | 0 | 9 | 35 | 13 | 32 | 35 | 3B |
| Octal | 316 | 274 | 140 | 0 | 11 | 65 | 23 | 62 | 65 | 73 |
| Binary | 11001110 | 10111100 | 1100000 | 0 | 1001 | 110101 | 10011 | 110010 | 110101 | 111011 |
Color Harmonies of #CEBC60
Complementary color
Monochromatic Colors of #CEBC60
Black with #CEBC60
Text Example
Text Example
White with #CEBC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC60; }
p { color: rgb(206,188,96); }
H1.HeaderClassName
{
color: #CEBC60;
}
.AnyTagClassName
{
color: #CEBC60;
}
</style>
background-color css
<style>
a { background-color: #CEBC60; }
a { background-color: rgb(206,188,96); }
div.DivClassName
{
background-color: #CEBC60;
}
.BgClassName
{
background-color: #CEBC60;
}
</style>
border-color css
<style>
span { border-color: #CEBC60; }
span { border-color: rgb(206,188,96); }
td.TdClassName
{
border-color: #CEBC60;
}
.TagClassName
{
border-color: #CEBC60;
}
</style>