Shades of Tacha #CEBD6E
Tints of Tacha #CEBD6E
RGB
CMYK
RGB Variations
Color information
#CEBD6E (or 0xCEBD6E) is known color: Tacha. HEX triplet: CE, BD and 6E. RGB value is (206,189,110). Sum of RGB (Red+Green+Blue) = 206+189+110=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD6E is #314291. Grayscale: #B9B9B9. Windows color (decimal): -3228306 or 7257550. OLE color: 7257550.
HSL color Cylindrical-coordinate representation of color #CEBD6E: hue angle of 49.38º 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 #CEBD6E is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 110 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.19 |
| HSL | 49.38º | 0.49% | 0.62% | - |
| HSV(B) | 49.38º | 0.47% | 0.81% | - |
| XYZ | 46.47 | 50.64 | 22.08 | - |
| YUV | 185.08 | 85.63 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 110 | 0 | 0.08 | 0.47 | 0.19 | 49.38 | 0.49 | 0.62 |
| Hex | CE | BD | 6E | 0 | 8 | 2F | 13 | 31 | 31 | 3E |
| Octal | 316 | 275 | 156 | 0 | 10 | 57 | 23 | 61 | 61 | 76 |
| Binary | 11001110 | 10111101 | 1101110 | 0 | 1000 | 101111 | 10011 | 110001 | 110001 | 111110 |
Color Harmonies of #CEBD6E
Complementary color
Monochromatic Colors of #CEBD6E
Black with #CEBD6E
Text Example
Text Example
White with #CEBD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD6E; }
p { color: rgb(206,189,110); }
H1.HeaderClassName
{
color: #CEBD6E;
}
.AnyTagClassName
{
color: #CEBD6E;
}
</style>
background-color css
<style>
a { background-color: #CEBD6E; }
a { background-color: rgb(206,189,110); }
div.DivClassName
{
background-color: #CEBD6E;
}
.BgClassName
{
background-color: #CEBD6E;
}
</style>
border-color css
<style>
span { border-color: #CEBD6E; }
span { border-color: rgb(206,189,110); }
td.TdClassName
{
border-color: #CEBD6E;
}
.TagClassName
{
border-color: #CEBD6E;
}
</style>