Shades of Tacha #CEC669
Tints of Tacha #CEC669
RGB
CMYK
RGB Variations
Color information
#CEC669 (or 0xCEC669) is known color: Tacha. HEX triplet: CE, C6 and 69. RGB value is (206,198,105). Sum of RGB (Red+Green+Blue) = 206+198+105=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 105 (41.41% from 255 or 20.63% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC669 is #313996. Grayscale: #BEBEBE. Windows color (decimal): -3226007 or 6932174. OLE color: 6932174.
HSL color Cylindrical-coordinate representation of color #CEC669: hue angle of 55.25º 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 #CEC669 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 105 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.19 |
| HSL | 55.25º | 0.51% | 0.61% | - |
| HSV(B) | 55.25º | 0.49% | 0.81% | - |
| XYZ | 48.2 | 54.53 | 21.35 | - |
| YUV | 189.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 105 | 0 | 0.04 | 0.49 | 0.19 | 55.25 | 0.51 | 0.61 |
| Hex | CE | C6 | 69 | 0 | 4 | 31 | 13 | 37 | 33 | 3D |
| Octal | 316 | 306 | 151 | 0 | 4 | 61 | 23 | 67 | 63 | 75 |
| Binary | 11001110 | 11000110 | 1101001 | 0 | 100 | 110001 | 10011 | 110111 | 110011 | 111101 |
Color Harmonies of #CEC669
Complementary color
Monochromatic Colors of #CEC669
Black with #CEC669
Text Example
Text Example
White with #CEC669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC669; }
p { color: rgb(206,198,105); }
H1.HeaderClassName
{
color: #CEC669;
}
.AnyTagClassName
{
color: #CEC669;
}
</style>
background-color css
<style>
a { background-color: #CEC669; }
a { background-color: rgb(206,198,105); }
div.DivClassName
{
background-color: #CEC669;
}
.BgClassName
{
background-color: #CEC669;
}
</style>
border-color css
<style>
span { border-color: #CEC669; }
span { border-color: rgb(206,198,105); }
td.TdClassName
{
border-color: #CEC669;
}
.TagClassName
{
border-color: #CEC669;
}
</style>