Shades of Tacha #CEC265
Tints of Tacha #CEC265
RGB
CMYK
RGB Variations
Color information
#CEC265 (or 0xCEC265) is known color: Tacha. HEX triplet: CE, C2 and 65. RGB value is (206,194,101). Sum of RGB (Red+Green+Blue) = 206+194+101=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC265 is #313D9A. Grayscale: #BBBBBB. Windows color (decimal): -3227035 or 6669006. OLE color: 6669006.
HSL color Cylindrical-coordinate representation of color #CEC265: hue angle of 53.14º 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 #CEC265 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 101 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.19 |
| HSL | 53.14º | 0.52% | 0.6% | - |
| HSV(B) | 53.14º | 0.51% | 0.81% | - |
| XYZ | 47.09 | 52.64 | 19.99 | - |
| YUV | 186.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 101 | 0 | 0.06 | 0.51 | 0.19 | 53.14 | 0.52 | 0.6 |
| Hex | CE | C2 | 65 | 0 | 6 | 33 | 13 | 35 | 34 | 3C |
| Octal | 316 | 302 | 145 | 0 | 6 | 63 | 23 | 65 | 64 | 74 |
| Binary | 11001110 | 11000010 | 1100101 | 0 | 110 | 110011 | 10011 | 110101 | 110100 | 111100 |
Color Harmonies of #CEC265
Complementary color
Monochromatic Colors of #CEC265
Black with #CEC265
Text Example
Text Example
White with #CEC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC265; }
p { color: rgb(206,194,101); }
H1.HeaderClassName
{
color: #CEC265;
}
.AnyTagClassName
{
color: #CEC265;
}
</style>
background-color css
<style>
a { background-color: #CEC265; }
a { background-color: rgb(206,194,101); }
div.DivClassName
{
background-color: #CEC265;
}
.BgClassName
{
background-color: #CEC265;
}
</style>
border-color css
<style>
span { border-color: #CEC265; }
span { border-color: rgb(206,194,101); }
td.TdClassName
{
border-color: #CEC265;
}
.TagClassName
{
border-color: #CEC265;
}
</style>