Shades of Tacha #CEBA68
Tints of Tacha #CEBA68
RGB
CMYK
RGB Variations
Color information
#CEBA68 (or 0xCEBA68) is known color: Tacha. HEX triplet: CE, BA and 68. RGB value is (206,186,104). Sum of RGB (Red+Green+Blue) = 206+186+104=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA68 is #314597. Grayscale: #B6B6B6. Windows color (decimal): -3229080 or 6863566. OLE color: 6863566.
HSL color Cylindrical-coordinate representation of color #CEBA68: hue angle of 48.24º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEBA68 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 104 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.19 |
| HSL | 48.24º | 0.51% | 0.61% | - |
| HSV(B) | 48.24º | 0.5% | 0.81% | - |
| XYZ | 45.51 | 49.24 | 20.2 | - |
| YUV | 182.63 | 83.63 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 104 | 0 | 0.10 | 0.50 | 0.19 | 48.24 | 0.51 | 0.61 |
| Hex | CE | BA | 68 | 0 | A | 32 | 13 | 30 | 33 | 3D |
| Octal | 316 | 272 | 150 | 0 | 12 | 62 | 23 | 60 | 63 | 75 |
| Binary | 11001110 | 10111010 | 1101000 | 0 | 1010 | 110010 | 10011 | 110000 | 110011 | 111101 |
Color Harmonies of #CEBA68
Complementary color
Monochromatic Colors of #CEBA68
Black with #CEBA68
Text Example
Text Example
White with #CEBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA68; }
p { color: rgb(206,186,104); }
H1.HeaderClassName
{
color: #CEBA68;
}
.AnyTagClassName
{
color: #CEBA68;
}
</style>
background-color css
<style>
a { background-color: #CEBA68; }
a { background-color: rgb(206,186,104); }
div.DivClassName
{
background-color: #CEBA68;
}
.BgClassName
{
background-color: #CEBA68;
}
</style>
border-color css
<style>
span { border-color: #CEBA68; }
span { border-color: rgb(206,186,104); }
td.TdClassName
{
border-color: #CEBA68;
}
.TagClassName
{
border-color: #CEBA68;
}
</style>