Shades of Tacha #CEC465
Tints of Tacha #CEC465
RGB
CMYK
RGB Variations
Color information
#CEC465 (or 0xCEC465) is known color: Tacha. HEX triplet: CE, C4 and 65. RGB value is (206,196,101). Sum of RGB (Red+Green+Blue) = 206+196+101=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC465 is #313B9A. Grayscale: #BCBCBC. Windows color (decimal): -3226523 or 6669518. OLE color: 6669518.
HSL color Cylindrical-coordinate representation of color #CEC465: hue angle of 54.29º 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 #CEC465 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 101 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.19 |
| HSL | 54.29º | 0.52% | 0.6% | - |
| HSV(B) | 54.29º | 0.51% | 0.81% | - |
| XYZ | 47.54 | 53.54 | 20.14 | - |
| YUV | 188.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 101 | 0 | 0.05 | 0.51 | 0.19 | 54.29 | 0.52 | 0.6 |
| Hex | CE | C4 | 65 | 0 | 5 | 33 | 13 | 36 | 34 | 3C |
| Octal | 316 | 304 | 145 | 0 | 5 | 63 | 23 | 66 | 64 | 74 |
| Binary | 11001110 | 11000100 | 1100101 | 0 | 101 | 110011 | 10011 | 110110 | 110100 | 111100 |
Color Harmonies of #CEC465
Complementary color
Monochromatic Colors of #CEC465
Black with #CEC465
Text Example
Text Example
White with #CEC465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC465; }
p { color: rgb(206,196,101); }
H1.HeaderClassName
{
color: #CEC465;
}
.AnyTagClassName
{
color: #CEC465;
}
</style>
background-color css
<style>
a { background-color: #CEC465; }
a { background-color: rgb(206,196,101); }
div.DivClassName
{
background-color: #CEC465;
}
.BgClassName
{
background-color: #CEC465;
}
</style>
border-color css
<style>
span { border-color: #CEC465; }
span { border-color: rgb(206,196,101); }
td.TdClassName
{
border-color: #CEC465;
}
.TagClassName
{
border-color: #CEC465;
}
</style>