Shades of Tacha #CEBC70
Tints of Tacha #CEBC70
RGB
CMYK
RGB Variations
Color information
#CEBC70 (or 0xCEBC70) is known color: Tacha. HEX triplet: CE, BC and 70. RGB value is (206,188,112). Sum of RGB (Red+Green+Blue) = 206+188+112=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC70 is #31438F. Grayscale: #B9B9B9. Windows color (decimal): -3228560 or 7388366. OLE color: 7388366.
HSL color Cylindrical-coordinate representation of color #CEBC70: hue angle of 48.51º 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 #CEBC70 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 112 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.19 |
| HSL | 48.51º | 0.49% | 0.62% | - |
| HSV(B) | 48.51º | 0.46% | 0.81% | - |
| XYZ | 46.36 | 50.26 | 22.59 | - |
| YUV | 184.72 | 86.96 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 112 | 0 | 0.09 | 0.46 | 0.19 | 48.51 | 0.49 | 0.62 |
| Hex | CE | BC | 70 | 0 | 9 | 2E | 13 | 31 | 31 | 3E |
| Octal | 316 | 274 | 160 | 0 | 11 | 56 | 23 | 61 | 61 | 76 |
| Binary | 11001110 | 10111100 | 1110000 | 0 | 1001 | 101110 | 10011 | 110001 | 110001 | 111110 |
Color Harmonies of #CEBC70
Complementary color
Monochromatic Colors of #CEBC70
Black with #CEBC70
Text Example
Text Example
White with #CEBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC70; }
p { color: rgb(206,188,112); }
H1.HeaderClassName
{
color: #CEBC70;
}
.AnyTagClassName
{
color: #CEBC70;
}
</style>
background-color css
<style>
a { background-color: #CEBC70; }
a { background-color: rgb(206,188,112); }
div.DivClassName
{
background-color: #CEBC70;
}
.BgClassName
{
background-color: #CEBC70;
}
</style>
border-color css
<style>
span { border-color: #CEBC70; }
span { border-color: rgb(206,188,112); }
td.TdClassName
{
border-color: #CEBC70;
}
.TagClassName
{
border-color: #CEBC70;
}
</style>