Shades of Tacha #CCC668
Tints of Tacha #CCC668
RGB
CMYK
RGB Variations
Color information
#CCC668 (or 0xCCC668) is known color: Tacha. HEX triplet: CC, C6 and 68. RGB value is (204,198,104). Sum of RGB (Red+Green+Blue) = 204+198+104=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC668 is #333997. Grayscale: #BDBDBD. Windows color (decimal): -3357080 or 6866636. OLE color: 6866636.
HSL color Cylindrical-coordinate representation of color #CCC668: hue angle of 56.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCC668 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 104 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.2 |
| HSL | 56.4º | 0.5% | 0.6% | - |
| HSV(B) | 56.4º | 0.49% | 0.8% | - |
| XYZ | 47.59 | 54.23 | 21.05 | - |
| YUV | 189.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 104 | 0 | 0.03 | 0.49 | 0.2 | 56.4 | 0.5 | 0.6 |
| Hex | CC | C6 | 68 | 0 | 3 | 31 | 14 | 38 | 32 | 3C |
| Octal | 314 | 306 | 150 | 0 | 3 | 61 | 24 | 70 | 62 | 74 |
| Binary | 11001100 | 11000110 | 1101000 | 0 | 11 | 110001 | 10100 | 111000 | 110010 | 111100 |
Color Harmonies of #CCC668
Complementary color
Monochromatic Colors of #CCC668
Black with #CCC668
Text Example
Text Example
White with #CCC668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC668; }
p { color: rgb(204,198,104); }
H1.HeaderClassName
{
color: #CCC668;
}
.AnyTagClassName
{
color: #CCC668;
}
</style>
background-color css
<style>
a { background-color: #CCC668; }
a { background-color: rgb(204,198,104); }
div.DivClassName
{
background-color: #CCC668;
}
.BgClassName
{
background-color: #CCC668;
}
</style>
border-color css
<style>
span { border-color: #CCC668; }
span { border-color: rgb(204,198,104); }
td.TdClassName
{
border-color: #CCC668;
}
.TagClassName
{
border-color: #CCC668;
}
</style>