Shades of Tacha #CEC769
Tints of Tacha #CEC769
RGB
CMYK
RGB Variations
Color information
#CEC769 (or 0xCEC769) is known color: Tacha. HEX triplet: CE, C7 and 69. RGB value is (206,199,105). Sum of RGB (Red+Green+Blue) = 206+199+105=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC769 is #313896. Grayscale: #BEBEBE. Windows color (decimal): -3225751 or 6932430. OLE color: 6932430.
HSL color Cylindrical-coordinate representation of color #CEC769: hue angle of 55.84º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEC769 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 105 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.19 |
| HSL | 55.84º | 0.51% | 0.61% | - |
| HSV(B) | 55.84º | 0.49% | 0.81% | - |
| XYZ | 48.43 | 54.99 | 21.43 | - |
| YUV | 190.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 105 | 0 | 0.03 | 0.49 | 0.19 | 55.84 | 0.51 | 0.61 |
| Hex | CE | C7 | 69 | 0 | 3 | 31 | 13 | 38 | 33 | 3D |
| Octal | 316 | 307 | 151 | 0 | 3 | 61 | 23 | 70 | 63 | 75 |
| Binary | 11001110 | 11000111 | 1101001 | 0 | 11 | 110001 | 10011 | 111000 | 110011 | 111101 |
Color Harmonies of #CEC769
Complementary color
Monochromatic Colors of #CEC769
Black with #CEC769
Text Example
Text Example
White with #CEC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC769; }
p { color: rgb(206,199,105); }
H1.HeaderClassName
{
color: #CEC769;
}
.AnyTagClassName
{
color: #CEC769;
}
</style>
background-color css
<style>
a { background-color: #CEC769; }
a { background-color: rgb(206,199,105); }
div.DivClassName
{
background-color: #CEC769;
}
.BgClassName
{
background-color: #CEC769;
}
</style>
border-color css
<style>
span { border-color: #CEC769; }
span { border-color: rgb(206,199,105); }
td.TdClassName
{
border-color: #CEC769;
}
.TagClassName
{
border-color: #CEC769;
}
</style>