Shades of Tacha #CCC063
Tints of Tacha #CCC063
RGB
CMYK
RGB Variations
Color information
#CCC063 (or 0xCCC063) is known color: Tacha. HEX triplet: CC, C0 and 63. RGB value is (204,192,99). Sum of RGB (Red+Green+Blue) = 204+192+99=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC063 is #333F9C. Grayscale: #B9B9B9. Windows color (decimal): -3358621 or 6537420. OLE color: 6537420.
HSL color Cylindrical-coordinate representation of color #CCC063: hue angle of 53.14º 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 #CCC063 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 99 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.2 |
| HSL | 53.14º | 0.51% | 0.59% | - |
| HSV(B) | 53.14º | 0.51% | 0.8% | - |
| XYZ | 46 | 51.44 | 19.31 | - |
| YUV | 184.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 99 | 0 | 0.06 | 0.51 | 0.2 | 53.14 | 0.51 | 0.59 |
| Hex | CC | C0 | 63 | 0 | 6 | 33 | 14 | 35 | 33 | 3B |
| Octal | 314 | 300 | 143 | 0 | 6 | 63 | 24 | 65 | 63 | 73 |
| Binary | 11001100 | 11000000 | 1100011 | 0 | 110 | 110011 | 10100 | 110101 | 110011 | 111011 |
Color Harmonies of #CCC063
Complementary color
Monochromatic Colors of #CCC063
Black with #CCC063
Text Example
Text Example
White with #CCC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC063; }
p { color: rgb(204,192,99); }
H1.HeaderClassName
{
color: #CCC063;
}
.AnyTagClassName
{
color: #CCC063;
}
</style>
background-color css
<style>
a { background-color: #CCC063; }
a { background-color: rgb(204,192,99); }
div.DivClassName
{
background-color: #CCC063;
}
.BgClassName
{
background-color: #CCC063;
}
</style>
border-color css
<style>
span { border-color: #CCC063; }
span { border-color: rgb(204,192,99); }
td.TdClassName
{
border-color: #CCC063;
}
.TagClassName
{
border-color: #CCC063;
}
</style>