Shades of Tacha #CCC663
Tints of Tacha #CCC663
RGB
CMYK
RGB Variations
Color information
#CCC663 (or 0xCCC663) is known color: Tacha. HEX triplet: CC, C6 and 63. RGB value is (204,198,99). Sum of RGB (Red+Green+Blue) = 204+198+99=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC663 is #33399C. Grayscale: #BCBCBC. Windows color (decimal): -3357085 or 6538956. OLE color: 6538956.
HSL color Cylindrical-coordinate representation of color #CCC663: hue angle of 56.57º 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 #CCC663 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 99 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.2 |
| HSL | 56.57º | 0.51% | 0.59% | - |
| HSV(B) | 56.57º | 0.51% | 0.8% | - |
| XYZ | 47.35 | 54.13 | 19.76 | - |
| YUV | 188.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 99 | 0 | 0.03 | 0.51 | 0.2 | 56.57 | 0.51 | 0.59 |
| Hex | CC | C6 | 63 | 0 | 3 | 33 | 14 | 39 | 33 | 3B |
| Octal | 314 | 306 | 143 | 0 | 3 | 63 | 24 | 71 | 63 | 73 |
| Binary | 11001100 | 11000110 | 1100011 | 0 | 11 | 110011 | 10100 | 111001 | 110011 | 111011 |
Color Harmonies of #CCC663
Complementary color
Monochromatic Colors of #CCC663
Black with #CCC663
Text Example
Text Example
White with #CCC663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC663; }
p { color: rgb(204,198,99); }
H1.HeaderClassName
{
color: #CCC663;
}
.AnyTagClassName
{
color: #CCC663;
}
</style>
background-color css
<style>
a { background-color: #CCC663; }
a { background-color: rgb(204,198,99); }
div.DivClassName
{
background-color: #CCC663;
}
.BgClassName
{
background-color: #CCC663;
}
</style>
border-color css
<style>
span { border-color: #CCC663; }
span { border-color: rgb(204,198,99); }
td.TdClassName
{
border-color: #CCC663;
}
.TagClassName
{
border-color: #CCC663;
}
</style>