Shades of Tacha #CEC067
Tints of Tacha #CEC067
RGB
CMYK
RGB Variations
Color information
#CEC067 (or 0xCEC067) is known color: Tacha. HEX triplet: CE, C0 and 67. RGB value is (206,192,103). Sum of RGB (Red+Green+Blue) = 206+192+103=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC067 is #313F98. Grayscale: #BABABA. Windows color (decimal): -3227545 or 6799566. OLE color: 6799566.
HSL color Cylindrical-coordinate representation of color #CEC067: hue angle of 51.84º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEC067 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 103 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.19 |
| HSL | 51.84º | 0.51% | 0.61% | - |
| HSV(B) | 51.84º | 0.5% | 0.81% | - |
| XYZ | 46.75 | 51.8 | 20.37 | - |
| YUV | 186.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 103 | 0 | 0.07 | 0.50 | 0.19 | 51.84 | 0.51 | 0.61 |
| Hex | CE | C0 | 67 | 0 | 7 | 32 | 13 | 34 | 33 | 3D |
| Octal | 316 | 300 | 147 | 0 | 7 | 62 | 23 | 64 | 63 | 75 |
| Binary | 11001110 | 11000000 | 1100111 | 0 | 111 | 110010 | 10011 | 110100 | 110011 | 111101 |
Color Harmonies of #CEC067
Complementary color
Monochromatic Colors of #CEC067
Black with #CEC067
Text Example
Text Example
White with #CEC067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC067; }
p { color: rgb(206,192,103); }
H1.HeaderClassName
{
color: #CEC067;
}
.AnyTagClassName
{
color: #CEC067;
}
</style>
background-color css
<style>
a { background-color: #CEC067; }
a { background-color: rgb(206,192,103); }
div.DivClassName
{
background-color: #CEC067;
}
.BgClassName
{
background-color: #CEC067;
}
</style>
border-color css
<style>
span { border-color: #CEC067; }
span { border-color: rgb(206,192,103); }
td.TdClassName
{
border-color: #CEC067;
}
.TagClassName
{
border-color: #CEC067;
}
</style>