Shades of Tacha #CEB565
Tints of Tacha #CEB565
RGB
CMYK
RGB Variations
Color information
#CEB565 (or 0xCEB565) is known color: Tacha. HEX triplet: CE, B5 and 65. RGB value is (206,181,101). Sum of RGB (Red+Green+Blue) = 206+181+101=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB565 is #314A9A. Grayscale: #B3B3B3. Windows color (decimal): -3230363 or 6665678. OLE color: 6665678.
HSL color Cylindrical-coordinate representation of color #CEB565: hue angle of 45.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEB565 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 101 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.19 |
| HSL | 45.71º | 0.52% | 0.6% | - |
| HSV(B) | 45.71º | 0.51% | 0.81% | - |
| XYZ | 44.33 | 47.11 | 19.07 | - |
| YUV | 179.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 101 | 0 | 0.12 | 0.51 | 0.19 | 45.71 | 0.52 | 0.6 |
| Hex | CE | B5 | 65 | 0 | C | 33 | 13 | 2E | 34 | 3C |
| Octal | 316 | 265 | 145 | 0 | 14 | 63 | 23 | 56 | 64 | 74 |
| Binary | 11001110 | 10110101 | 1100101 | 0 | 1100 | 110011 | 10011 | 101110 | 110100 | 111100 |
Color Harmonies of #CEB565
Complementary color
Monochromatic Colors of #CEB565
Black with #CEB565
Text Example
Text Example
White with #CEB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB565; }
p { color: rgb(206,181,101); }
H1.HeaderClassName
{
color: #CEB565;
}
.AnyTagClassName
{
color: #CEB565;
}
</style>
background-color css
<style>
a { background-color: #CEB565; }
a { background-color: rgb(206,181,101); }
div.DivClassName
{
background-color: #CEB565;
}
.BgClassName
{
background-color: #CEB565;
}
</style>
border-color css
<style>
span { border-color: #CEB565; }
span { border-color: rgb(206,181,101); }
td.TdClassName
{
border-color: #CEB565;
}
.TagClassName
{
border-color: #CEB565;
}
</style>