Shades of Tacha #CEBD6A
Tints of Tacha #CEBD6A
RGB
CMYK
RGB Variations
Color information
#CEBD6A (or 0xCEBD6A) is known color: Tacha. HEX triplet: CE, BD and 6A. RGB value is (206,189,106). Sum of RGB (Red+Green+Blue) = 206+189+106=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD6A is #314295. Grayscale: #B8B8B8. Windows color (decimal): -3228310 or 6995406. OLE color: 6995406.
HSL color Cylindrical-coordinate representation of color #CEBD6A: hue angle of 49.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEBD6A is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 106 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.19 |
| HSL | 49.8º | 0.51% | 0.61% | - |
| HSV(B) | 49.8º | 0.49% | 0.81% | - |
| XYZ | 46.25 | 50.56 | 20.96 | - |
| YUV | 184.62 | 83.63 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 106 | 0 | 0.08 | 0.49 | 0.19 | 49.8 | 0.51 | 0.61 |
| Hex | CE | BD | 6A | 0 | 8 | 31 | 13 | 32 | 33 | 3D |
| Octal | 316 | 275 | 152 | 0 | 10 | 61 | 23 | 62 | 63 | 75 |
| Binary | 11001110 | 10111101 | 1101010 | 0 | 1000 | 110001 | 10011 | 110010 | 110011 | 111101 |
Color Harmonies of #CEBD6A
Complementary color
Monochromatic Colors of #CEBD6A
Black with #CEBD6A
Text Example
Text Example
White with #CEBD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD6A; }
p { color: rgb(206,189,106); }
H1.HeaderClassName
{
color: #CEBD6A;
}
.AnyTagClassName
{
color: #CEBD6A;
}
</style>
background-color css
<style>
a { background-color: #CEBD6A; }
a { background-color: rgb(206,189,106); }
div.DivClassName
{
background-color: #CEBD6A;
}
.BgClassName
{
background-color: #CEBD6A;
}
</style>
border-color css
<style>
span { border-color: #CEBD6A; }
span { border-color: rgb(206,189,106); }
td.TdClassName
{
border-color: #CEBD6A;
}
.TagClassName
{
border-color: #CEBD6A;
}
</style>