Shades of Tacha #CEC865
Tints of Tacha #CEC865
RGB
CMYK
RGB Variations
Color information
#CEC865 (or 0xCEC865) is known color: Tacha. HEX triplet: CE, C8 and 65. RGB value is (206,200,101). Sum of RGB (Red+Green+Blue) = 206+200+101=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC865 is #31379A. Grayscale: #BEBEBE. Windows color (decimal): -3225499 or 6670542. OLE color: 6670542.
HSL color Cylindrical-coordinate representation of color #CEC865: hue angle of 56.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 #CEC865 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 101 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.19 |
| HSL | 56.57º | 0.52% | 0.6% | - |
| HSV(B) | 56.57º | 0.51% | 0.81% | - |
| XYZ | 48.46 | 55.37 | 20.45 | - |
| YUV | 190.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 101 | 0 | 0.03 | 0.51 | 0.19 | 56.57 | 0.52 | 0.6 |
| Hex | CE | C8 | 65 | 0 | 3 | 33 | 13 | 39 | 34 | 3C |
| Octal | 316 | 310 | 145 | 0 | 3 | 63 | 23 | 71 | 64 | 74 |
| Binary | 11001110 | 11001000 | 1100101 | 0 | 11 | 110011 | 10011 | 111001 | 110100 | 111100 |
Color Harmonies of #CEC865
Complementary color
Monochromatic Colors of #CEC865
Black with #CEC865
Text Example
Text Example
White with #CEC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC865; }
p { color: rgb(206,200,101); }
H1.HeaderClassName
{
color: #CEC865;
}
.AnyTagClassName
{
color: #CEC865;
}
</style>
background-color css
<style>
a { background-color: #CEC865; }
a { background-color: rgb(206,200,101); }
div.DivClassName
{
background-color: #CEC865;
}
.BgClassName
{
background-color: #CEC865;
}
</style>
border-color css
<style>
span { border-color: #CEC865; }
span { border-color: rgb(206,200,101); }
td.TdClassName
{
border-color: #CEC865;
}
.TagClassName
{
border-color: #CEC865;
}
</style>