Shades of Tacha #CEC86B
Tints of Tacha #CEC86B
RGB
CMYK
RGB Variations
Color information
#CEC86B (or 0xCEC86B) is known color: Tacha. HEX triplet: CE, C8 and 6B. RGB value is (206,200,107). Sum of RGB (Red+Green+Blue) = 206+200+107=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC86B is #313794. Grayscale: #BFBFBF. Windows color (decimal): -3225493 or 7063758. OLE color: 7063758.
HSL color Cylindrical-coordinate representation of color #CEC86B: hue angle of 56.36º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEC86B is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 107 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.19 |
| HSL | 56.36º | 0.5% | 0.61% | - |
| HSV(B) | 56.36º | 0.48% | 0.81% | - |
| XYZ | 48.76 | 55.49 | 22.05 | - |
| YUV | 191.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 107 | 0 | 0.03 | 0.48 | 0.19 | 56.36 | 0.5 | 0.61 |
| Hex | CE | C8 | 6B | 0 | 3 | 30 | 13 | 38 | 32 | 3D |
| Octal | 316 | 310 | 153 | 0 | 3 | 60 | 23 | 70 | 62 | 75 |
| Binary | 11001110 | 11001000 | 1101011 | 0 | 11 | 110000 | 10011 | 111000 | 110010 | 111101 |
Color Harmonies of #CEC86B
Complementary color
Monochromatic Colors of #CEC86B
Black with #CEC86B
Text Example
Text Example
White with #CEC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC86B; }
p { color: rgb(206,200,107); }
H1.HeaderClassName
{
color: #CEC86B;
}
.AnyTagClassName
{
color: #CEC86B;
}
</style>
background-color css
<style>
a { background-color: #CEC86B; }
a { background-color: rgb(206,200,107); }
div.DivClassName
{
background-color: #CEC86B;
}
.BgClassName
{
background-color: #CEC86B;
}
</style>
border-color css
<style>
span { border-color: #CEC86B; }
span { border-color: rgb(206,200,107); }
td.TdClassName
{
border-color: #CEC86B;
}
.TagClassName
{
border-color: #CEC86B;
}
</style>