Shades of Tacha #CCC661
Tints of Tacha #CCC661
RGB
CMYK
RGB Variations
Color information
#CCC661 (or 0xCCC661) is known color: Tacha. HEX triplet: CC, C6 and 61. RGB value is (204,198,97). Sum of RGB (Red+Green+Blue) = 204+198+97=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC661 is #33399E. Grayscale: #BCBCBC. Windows color (decimal): -3357087 or 6407884. OLE color: 6407884.
HSL color Cylindrical-coordinate representation of color #CCC661: hue angle of 56.64º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCC661 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 97 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.2 |
| HSL | 56.64º | 0.51% | 0.59% | - |
| HSV(B) | 56.64º | 0.52% | 0.8% | - |
| XYZ | 47.25 | 54.09 | 19.26 | - |
| YUV | 188.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 97 | 0 | 0.03 | 0.52 | 0.2 | 56.64 | 0.51 | 0.59 |
| Hex | CC | C6 | 61 | 0 | 3 | 34 | 14 | 39 | 33 | 3B |
| Octal | 314 | 306 | 141 | 0 | 3 | 64 | 24 | 71 | 63 | 73 |
| Binary | 11001100 | 11000110 | 1100001 | 0 | 11 | 110100 | 10100 | 111001 | 110011 | 111011 |
Color Harmonies of #CCC661
Complementary color
Monochromatic Colors of #CCC661
Black with #CCC661
Text Example
Text Example
White with #CCC661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC661; }
p { color: rgb(204,198,97); }
H1.HeaderClassName
{
color: #CCC661;
}
.AnyTagClassName
{
color: #CCC661;
}
</style>
background-color css
<style>
a { background-color: #CCC661; }
a { background-color: rgb(204,198,97); }
div.DivClassName
{
background-color: #CCC661;
}
.BgClassName
{
background-color: #CCC661;
}
</style>
border-color css
<style>
span { border-color: #CCC661; }
span { border-color: rgb(204,198,97); }
td.TdClassName
{
border-color: #CCC661;
}
.TagClassName
{
border-color: #CCC661;
}
</style>