Shades of Tacha #CCC560
Tints of Tacha #CCC560
RGB
CMYK
RGB Variations
Color information
#CCC560 (or 0xCCC560) is known color: Tacha. HEX triplet: CC, C5 and 60. RGB value is (204,197,96). Sum of RGB (Red+Green+Blue) = 204+197+96=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC560 is #333A9F. Grayscale: #BBBBBB. Windows color (decimal): -3357344 or 6342092. OLE color: 6342092.
HSL color Cylindrical-coordinate representation of color #CCC560: hue angle of 56.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCC560 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 96 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.2 |
| HSL | 56.11º | 0.51% | 0.59% | - |
| HSV(B) | 56.11º | 0.53% | 0.8% | - |
| XYZ | 46.98 | 53.61 | 18.94 | - |
| YUV | 187.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 96 | 0 | 0.03 | 0.53 | 0.2 | 56.11 | 0.51 | 0.59 |
| Hex | CC | C5 | 60 | 0 | 3 | 35 | 14 | 38 | 33 | 3B |
| Octal | 314 | 305 | 140 | 0 | 3 | 65 | 24 | 70 | 63 | 73 |
| Binary | 11001100 | 11000101 | 1100000 | 0 | 11 | 110101 | 10100 | 111000 | 110011 | 111011 |
Color Harmonies of #CCC560
Complementary color
Monochromatic Colors of #CCC560
Black with #CCC560
Text Example
Text Example
White with #CCC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC560; }
p { color: rgb(204,197,96); }
H1.HeaderClassName
{
color: #CCC560;
}
.AnyTagClassName
{
color: #CCC560;
}
</style>
background-color css
<style>
a { background-color: #CCC560; }
a { background-color: rgb(204,197,96); }
div.DivClassName
{
background-color: #CCC560;
}
.BgClassName
{
background-color: #CCC560;
}
</style>
border-color css
<style>
span { border-color: #CCC560; }
span { border-color: rgb(204,197,96); }
td.TdClassName
{
border-color: #CCC560;
}
.TagClassName
{
border-color: #CCC560;
}
</style>