Shades of Tacha #CCC460
Tints of Tacha #CCC460
RGB
CMYK
RGB Variations
Color information
#CCC460 (or 0xCCC460) is known color: Tacha. HEX triplet: CC, C4 and 60. RGB value is (204,196,96). Sum of RGB (Red+Green+Blue) = 204+196+96=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC460 is #333B9F. Grayscale: #BBBBBB. Windows color (decimal): -3357600 or 6341836. OLE color: 6341836.
HSL color Cylindrical-coordinate representation of color #CCC460: hue angle of 55.56º 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 #CCC460 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 96 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.2 |
| HSL | 55.56º | 0.51% | 0.59% | - |
| HSV(B) | 55.56º | 0.53% | 0.8% | - |
| XYZ | 46.75 | 53.16 | 18.86 | - |
| YUV | 186.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 96 | 0 | 0.04 | 0.53 | 0.2 | 55.56 | 0.51 | 0.59 |
| Hex | CC | C4 | 60 | 0 | 4 | 35 | 14 | 38 | 33 | 3B |
| Octal | 314 | 304 | 140 | 0 | 4 | 65 | 24 | 70 | 63 | 73 |
| Binary | 11001100 | 11000100 | 1100000 | 0 | 100 | 110101 | 10100 | 111000 | 110011 | 111011 |
Color Harmonies of #CCC460
Complementary color
Monochromatic Colors of #CCC460
Black with #CCC460
Text Example
Text Example
White with #CCC460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC460; }
p { color: rgb(204,196,96); }
H1.HeaderClassName
{
color: #CCC460;
}
.AnyTagClassName
{
color: #CCC460;
}
</style>
background-color css
<style>
a { background-color: #CCC460; }
a { background-color: rgb(204,196,96); }
div.DivClassName
{
background-color: #CCC460;
}
.BgClassName
{
background-color: #CCC460;
}
</style>
border-color css
<style>
span { border-color: #CCC460; }
span { border-color: rgb(204,196,96); }
td.TdClassName
{
border-color: #CCC460;
}
.TagClassName
{
border-color: #CCC460;
}
</style>