Shades of Tacha #CCC363
Tints of Tacha #CCC363
RGB
CMYK
RGB Variations
Color information
#CCC363 (or 0xCCC363) is known color: Tacha. HEX triplet: CC, C3 and 63. RGB value is (204,195,99). Sum of RGB (Red+Green+Blue) = 204+195+99=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC363 is #333C9C. Grayscale: #BBBBBB. Windows color (decimal): -3357853 or 6538188. OLE color: 6538188.
HSL color Cylindrical-coordinate representation of color #CCC363: hue angle of 54.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCC363 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 99 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.2 |
| HSL | 54.86º | 0.51% | 0.59% | - |
| HSV(B) | 54.86º | 0.51% | 0.8% | - |
| XYZ | 46.67 | 52.77 | 19.53 | - |
| YUV | 186.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 99 | 0 | 0.04 | 0.51 | 0.2 | 54.86 | 0.51 | 0.59 |
| Hex | CC | C3 | 63 | 0 | 4 | 33 | 14 | 37 | 33 | 3B |
| Octal | 314 | 303 | 143 | 0 | 4 | 63 | 24 | 67 | 63 | 73 |
| Binary | 11001100 | 11000011 | 1100011 | 0 | 100 | 110011 | 10100 | 110111 | 110011 | 111011 |
Color Harmonies of #CCC363
Complementary color
Monochromatic Colors of #CCC363
Black with #CCC363
Text Example
Text Example
White with #CCC363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC363; }
p { color: rgb(204,195,99); }
H1.HeaderClassName
{
color: #CCC363;
}
.AnyTagClassName
{
color: #CCC363;
}
</style>
background-color css
<style>
a { background-color: #CCC363; }
a { background-color: rgb(204,195,99); }
div.DivClassName
{
background-color: #CCC363;
}
.BgClassName
{
background-color: #CCC363;
}
</style>
border-color css
<style>
span { border-color: #CCC363; }
span { border-color: rgb(204,195,99); }
td.TdClassName
{
border-color: #CCC363;
}
.TagClassName
{
border-color: #CCC363;
}
</style>