Shades of Tacha #CEC764
Tints of Tacha #CEC764
RGB
CMYK
RGB Variations
Color information
#CEC764 (or 0xCEC764) is known color: Tacha. HEX triplet: CE, C7 and 64. RGB value is (206,199,100). Sum of RGB (Red+Green+Blue) = 206+199+100=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC764 is #31389B. Grayscale: #BEBEBE. Windows color (decimal): -3225756 or 6604750. OLE color: 6604750.
HSL color Cylindrical-coordinate representation of color #CEC764: hue angle of 56.04º 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 #CEC764 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 100 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.19 |
| HSL | 56.04º | 0.52% | 0.6% | - |
| HSV(B) | 56.04º | 0.51% | 0.81% | - |
| XYZ | 48.18 | 54.89 | 20.11 | - |
| YUV | 189.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 100 | 0 | 0.03 | 0.51 | 0.19 | 56.04 | 0.52 | 0.6 |
| Hex | CE | C7 | 64 | 0 | 3 | 33 | 13 | 38 | 34 | 3C |
| Octal | 316 | 307 | 144 | 0 | 3 | 63 | 23 | 70 | 64 | 74 |
| Binary | 11001110 | 11000111 | 1100100 | 0 | 11 | 110011 | 10011 | 111000 | 110100 | 111100 |
Color Harmonies of #CEC764
Complementary color
Monochromatic Colors of #CEC764
Black with #CEC764
Text Example
Text Example
White with #CEC764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC764; }
p { color: rgb(206,199,100); }
H1.HeaderClassName
{
color: #CEC764;
}
.AnyTagClassName
{
color: #CEC764;
}
</style>
background-color css
<style>
a { background-color: #CEC764; }
a { background-color: rgb(206,199,100); }
div.DivClassName
{
background-color: #CEC764;
}
.BgClassName
{
background-color: #CEC764;
}
</style>
border-color css
<style>
span { border-color: #CEC764; }
span { border-color: rgb(206,199,100); }
td.TdClassName
{
border-color: #CEC764;
}
.TagClassName
{
border-color: #CEC764;
}
</style>