Shades of Tacha #CEBC6E
Tints of Tacha #CEBC6E
RGB
CMYK
RGB Variations
Color information
#CEBC6E (or 0xCEBC6E) is known color: Tacha. HEX triplet: CE, BC and 6E. RGB value is (206,188,110). Sum of RGB (Red+Green+Blue) = 206+188+110=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC6E is #314391. Grayscale: #B8B8B8. Windows color (decimal): -3228562 or 7257294. OLE color: 7257294.
HSL color Cylindrical-coordinate representation of color #CEBC6E: hue angle of 48.75º 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 #CEBC6E is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 110 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.19 |
| HSL | 48.75º | 0.49% | 0.62% | - |
| HSV(B) | 48.75º | 0.47% | 0.81% | - |
| XYZ | 46.25 | 50.21 | 22.01 | - |
| YUV | 184.49 | 85.96 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 110 | 0 | 0.09 | 0.47 | 0.19 | 48.75 | 0.49 | 0.62 |
| Hex | CE | BC | 6E | 0 | 9 | 2F | 13 | 31 | 31 | 3E |
| Octal | 316 | 274 | 156 | 0 | 11 | 57 | 23 | 61 | 61 | 76 |
| Binary | 11001110 | 10111100 | 1101110 | 0 | 1001 | 101111 | 10011 | 110001 | 110001 | 111110 |
Color Harmonies of #CEBC6E
Complementary color
Monochromatic Colors of #CEBC6E
Black with #CEBC6E
Text Example
Text Example
White with #CEBC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC6E; }
p { color: rgb(206,188,110); }
H1.HeaderClassName
{
color: #CEBC6E;
}
.AnyTagClassName
{
color: #CEBC6E;
}
</style>
background-color css
<style>
a { background-color: #CEBC6E; }
a { background-color: rgb(206,188,110); }
div.DivClassName
{
background-color: #CEBC6E;
}
.BgClassName
{
background-color: #CEBC6E;
}
</style>
border-color css
<style>
span { border-color: #CEBC6E; }
span { border-color: rgb(206,188,110); }
td.TdClassName
{
border-color: #CEBC6E;
}
.TagClassName
{
border-color: #CEBC6E;
}
</style>