Shades of Tacha #CEC065
Tints of Tacha #CEC065
RGB
CMYK
RGB Variations
Color information
#CEC065 (or 0xCEC065) is known color: Tacha. HEX triplet: CE, C0 and 65. RGB value is (206,192,101). Sum of RGB (Red+Green+Blue) = 206+192+101=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC065 is #313F9A. Grayscale: #BABABA. Windows color (decimal): -3227547 or 6668494. OLE color: 6668494.
HSL color Cylindrical-coordinate representation of color #CEC065: hue angle of 52º 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 #CEC065 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 101 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.19 |
| HSL | 52º | 0.52% | 0.6% | - |
| HSV(B) | 52º | 0.51% | 0.81% | - |
| XYZ | 46.65 | 51.76 | 19.84 | - |
| YUV | 185.81 | 80.14 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 101 | 0 | 0.07 | 0.51 | 0.19 | 52 | 0.52 | 0.6 |
| Hex | CE | C0 | 65 | 0 | 7 | 33 | 13 | 34 | 34 | 3C |
| Octal | 316 | 300 | 145 | 0 | 7 | 63 | 23 | 64 | 64 | 74 |
| Binary | 11001110 | 11000000 | 1100101 | 0 | 111 | 110011 | 10011 | 110100 | 110100 | 111100 |
Color Harmonies of #CEC065
Complementary color
Monochromatic Colors of #CEC065
Black with #CEC065
Text Example
Text Example
White with #CEC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC065; }
p { color: rgb(206,192,101); }
H1.HeaderClassName
{
color: #CEC065;
}
.AnyTagClassName
{
color: #CEC065;
}
</style>
background-color css
<style>
a { background-color: #CEC065; }
a { background-color: rgb(206,192,101); }
div.DivClassName
{
background-color: #CEC065;
}
.BgClassName
{
background-color: #CEC065;
}
</style>
border-color css
<style>
span { border-color: #CEC065; }
span { border-color: rgb(206,192,101); }
td.TdClassName
{
border-color: #CEC065;
}
.TagClassName
{
border-color: #CEC065;
}
</style>