Shades of Tacha #CEC165
Tints of Tacha #CEC165
RGB
CMYK
RGB Variations
Color information
#CEC165 (or 0xCEC165) is known color: Tacha. HEX triplet: CE, C1 and 65. RGB value is (206,193,101). Sum of RGB (Red+Green+Blue) = 206+193+101=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC165 is #313E9A. Grayscale: #BABABA. Windows color (decimal): -3227291 or 6668750. OLE color: 6668750.
HSL color Cylindrical-coordinate representation of color #CEC165: hue angle of 52.57º 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 #CEC165 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 101 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.19 |
| HSL | 52.57º | 0.52% | 0.6% | - |
| HSV(B) | 52.57º | 0.51% | 0.81% | - |
| XYZ | 46.87 | 52.2 | 19.92 | - |
| YUV | 186.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 101 | 0 | 0.06 | 0.51 | 0.19 | 52.57 | 0.52 | 0.6 |
| Hex | CE | C1 | 65 | 0 | 6 | 33 | 13 | 35 | 34 | 3C |
| Octal | 316 | 301 | 145 | 0 | 6 | 63 | 23 | 65 | 64 | 74 |
| Binary | 11001110 | 11000001 | 1100101 | 0 | 110 | 110011 | 10011 | 110101 | 110100 | 111100 |
Color Harmonies of #CEC165
Complementary color
Monochromatic Colors of #CEC165
Black with #CEC165
Text Example
Text Example
White with #CEC165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC165; }
p { color: rgb(206,193,101); }
H1.HeaderClassName
{
color: #CEC165;
}
.AnyTagClassName
{
color: #CEC165;
}
</style>
background-color css
<style>
a { background-color: #CEC165; }
a { background-color: rgb(206,193,101); }
div.DivClassName
{
background-color: #CEC165;
}
.BgClassName
{
background-color: #CEC165;
}
</style>
border-color css
<style>
span { border-color: #CEC165; }
span { border-color: rgb(206,193,101); }
td.TdClassName
{
border-color: #CEC165;
}
.TagClassName
{
border-color: #CEC165;
}
</style>