Shades of Tacha #CEB568
Tints of Tacha #CEB568
RGB
CMYK
RGB Variations
Color information
#CEB568 (or 0xCEB568) is known color: Tacha. HEX triplet: CE, B5 and 68. RGB value is (206,181,104). Sum of RGB (Red+Green+Blue) = 206+181+104=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB568 is #314A97. Grayscale: #B4B4B4. Windows color (decimal): -3230360 or 6862286. OLE color: 6862286.
HSL color Cylindrical-coordinate representation of color #CEB568: hue angle of 45.29º 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 #CEB568 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 104 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.19 |
| HSL | 45.29º | 0.51% | 0.61% | - |
| HSV(B) | 45.29º | 0.5% | 0.81% | - |
| XYZ | 44.48 | 47.17 | 19.86 | - |
| YUV | 179.7 | 85.28 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 104 | 0 | 0.12 | 0.50 | 0.19 | 45.29 | 0.51 | 0.61 |
| Hex | CE | B5 | 68 | 0 | C | 32 | 13 | 2D | 33 | 3D |
| Octal | 316 | 265 | 150 | 0 | 14 | 62 | 23 | 55 | 63 | 75 |
| Binary | 11001110 | 10110101 | 1101000 | 0 | 1100 | 110010 | 10011 | 101101 | 110011 | 111101 |
Color Harmonies of #CEB568
Complementary color
Monochromatic Colors of #CEB568
Black with #CEB568
Text Example
Text Example
White with #CEB568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB568; }
p { color: rgb(206,181,104); }
H1.HeaderClassName
{
color: #CEB568;
}
.AnyTagClassName
{
color: #CEB568;
}
</style>
background-color css
<style>
a { background-color: #CEB568; }
a { background-color: rgb(206,181,104); }
div.DivClassName
{
background-color: #CEB568;
}
.BgClassName
{
background-color: #CEB568;
}
</style>
border-color css
<style>
span { border-color: #CEB568; }
span { border-color: rgb(206,181,104); }
td.TdClassName
{
border-color: #CEB568;
}
.TagClassName
{
border-color: #CEB568;
}
</style>