Shades of Tacha #CCC364
Tints of Tacha #CCC364
RGB
CMYK
RGB Variations
Color information
#CCC364 (or 0xCCC364) is known color: Tacha. HEX triplet: CC, C3 and 64. RGB value is (204,195,100). Sum of RGB (Red+Green+Blue) = 204+195+100=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC364 is #333C9B. Grayscale: #BBBBBB. Windows color (decimal): -3357852 or 6603724. OLE color: 6603724.
HSL color Cylindrical-coordinate representation of color #CCC364: hue angle of 54.81º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCC364 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 100 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.2 |
| HSL | 54.81º | 0.5% | 0.6% | - |
| HSV(B) | 54.81º | 0.51% | 0.8% | - |
| XYZ | 46.72 | 52.79 | 19.78 | - |
| YUV | 186.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 100 | 0 | 0.04 | 0.51 | 0.2 | 54.81 | 0.5 | 0.6 |
| Hex | CC | C3 | 64 | 0 | 4 | 33 | 14 | 37 | 32 | 3C |
| Octal | 314 | 303 | 144 | 0 | 4 | 63 | 24 | 67 | 62 | 74 |
| Binary | 11001100 | 11000011 | 1100100 | 0 | 100 | 110011 | 10100 | 110111 | 110010 | 111100 |
Color Harmonies of #CCC364
Complementary color
Monochromatic Colors of #CCC364
Black with #CCC364
Text Example
Text Example
White with #CCC364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC364; }
p { color: rgb(204,195,100); }
H1.HeaderClassName
{
color: #CCC364;
}
.AnyTagClassName
{
color: #CCC364;
}
</style>
background-color css
<style>
a { background-color: #CCC364; }
a { background-color: rgb(204,195,100); }
div.DivClassName
{
background-color: #CCC364;
}
.BgClassName
{
background-color: #CCC364;
}
</style>
border-color css
<style>
span { border-color: #CCC364; }
span { border-color: rgb(204,195,100); }
td.TdClassName
{
border-color: #CCC364;
}
.TagClassName
{
border-color: #CCC364;
}
</style>