Shades of Tacha #CEBF64
Tints of Tacha #CEBF64
RGB
CMYK
RGB Variations
Color information
#CEBF64 (or 0xCEBF64) is known color: Tacha. HEX triplet: CE, BF and 64. RGB value is (206,191,100). Sum of RGB (Red+Green+Blue) = 206+191+100=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBF64 is #31409B. Grayscale: #B9B9B9. Windows color (decimal): -3227804 or 6602702. OLE color: 6602702.
HSL color Cylindrical-coordinate representation of color #CEBF64: hue angle of 51.51º 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 #CEBF64 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 100 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.19 |
| HSL | 51.51º | 0.52% | 0.6% | - |
| HSV(B) | 51.51º | 0.51% | 0.81% | - |
| XYZ | 46.38 | 51.3 | 19.51 | - |
| YUV | 185.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 100 | 0 | 0.07 | 0.51 | 0.19 | 51.51 | 0.52 | 0.6 |
| Hex | CE | BF | 64 | 0 | 7 | 33 | 13 | 34 | 34 | 3C |
| Octal | 316 | 277 | 144 | 0 | 7 | 63 | 23 | 64 | 64 | 74 |
| Binary | 11001110 | 10111111 | 1100100 | 0 | 111 | 110011 | 10011 | 110100 | 110100 | 111100 |
Color Harmonies of #CEBF64
Complementary color
Monochromatic Colors of #CEBF64
Black with #CEBF64
Text Example
Text Example
White with #CEBF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBF64; }
p { color: rgb(206,191,100); }
H1.HeaderClassName
{
color: #CEBF64;
}
.AnyTagClassName
{
color: #CEBF64;
}
</style>
background-color css
<style>
a { background-color: #CEBF64; }
a { background-color: rgb(206,191,100); }
div.DivClassName
{
background-color: #CEBF64;
}
.BgClassName
{
background-color: #CEBF64;
}
</style>
border-color css
<style>
span { border-color: #CEBF64; }
span { border-color: rgb(206,191,100); }
td.TdClassName
{
border-color: #CEBF64;
}
.TagClassName
{
border-color: #CEBF64;
}
</style>