Shades of Tacha #CCC463
Tints of Tacha #CCC463
RGB
CMYK
RGB Variations
Color information
#CCC463 (or 0xCCC463) is known color: Tacha. HEX triplet: CC, C4 and 63. RGB value is (204,196,99). Sum of RGB (Red+Green+Blue) = 204+196+99=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC463 is #333B9C. Grayscale: #BBBBBB. Windows color (decimal): -3357597 or 6538444. OLE color: 6538444.
HSL color Cylindrical-coordinate representation of color #CCC463: hue angle of 55.43º 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 #CCC463 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 99 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.2 |
| HSL | 55.43º | 0.51% | 0.59% | - |
| HSV(B) | 55.43º | 0.51% | 0.8% | - |
| XYZ | 46.89 | 53.22 | 19.6 | - |
| YUV | 187.33 | 78.15 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 99 | 0 | 0.04 | 0.51 | 0.2 | 55.43 | 0.51 | 0.59 |
| Hex | CC | C4 | 63 | 0 | 4 | 33 | 14 | 37 | 33 | 3B |
| Octal | 314 | 304 | 143 | 0 | 4 | 63 | 24 | 67 | 63 | 73 |
| Binary | 11001100 | 11000100 | 1100011 | 0 | 100 | 110011 | 10100 | 110111 | 110011 | 111011 |
Color Harmonies of #CCC463
Complementary color
Monochromatic Colors of #CCC463
Black with #CCC463
Text Example
Text Example
White with #CCC463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC463; }
p { color: rgb(204,196,99); }
H1.HeaderClassName
{
color: #CCC463;
}
.AnyTagClassName
{
color: #CCC463;
}
</style>
background-color css
<style>
a { background-color: #CCC463; }
a { background-color: rgb(204,196,99); }
div.DivClassName
{
background-color: #CCC463;
}
.BgClassName
{
background-color: #CCC463;
}
</style>
border-color css
<style>
span { border-color: #CCC463; }
span { border-color: rgb(204,196,99); }
td.TdClassName
{
border-color: #CCC463;
}
.TagClassName
{
border-color: #CCC463;
}
</style>