Shades of Tacha #CCC163
Tints of Tacha #CCC163
RGB
CMYK
RGB Variations
Color information
#CCC163 (or 0xCCC163) is known color: Tacha. HEX triplet: CC, C1 and 63. RGB value is (204,193,99). Sum of RGB (Red+Green+Blue) = 204+193+99=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC163 is #333E9C. Grayscale: #B9B9B9. Windows color (decimal): -3358365 or 6537676. OLE color: 6537676.
HSL color Cylindrical-coordinate representation of color #CCC163: hue angle of 53.71º 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 #CCC163 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 99 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.2 |
| HSL | 53.71º | 0.51% | 0.59% | - |
| HSV(B) | 53.71º | 0.51% | 0.8% | - |
| XYZ | 46.22 | 51.88 | 19.38 | - |
| YUV | 185.57 | 79.14 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 99 | 0 | 0.05 | 0.51 | 0.2 | 53.71 | 0.51 | 0.59 |
| Hex | CC | C1 | 63 | 0 | 5 | 33 | 14 | 36 | 33 | 3B |
| Octal | 314 | 301 | 143 | 0 | 5 | 63 | 24 | 66 | 63 | 73 |
| Binary | 11001100 | 11000001 | 1100011 | 0 | 101 | 110011 | 10100 | 110110 | 110011 | 111011 |
Color Harmonies of #CCC163
Complementary color
Monochromatic Colors of #CCC163
Black with #CCC163
Text Example
Text Example
White with #CCC163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC163; }
p { color: rgb(204,193,99); }
H1.HeaderClassName
{
color: #CCC163;
}
.AnyTagClassName
{
color: #CCC163;
}
</style>
background-color css
<style>
a { background-color: #CCC163; }
a { background-color: rgb(204,193,99); }
div.DivClassName
{
background-color: #CCC163;
}
.BgClassName
{
background-color: #CCC163;
}
</style>
border-color css
<style>
span { border-color: #CCC163; }
span { border-color: rgb(204,193,99); }
td.TdClassName
{
border-color: #CCC163;
}
.TagClassName
{
border-color: #CCC163;
}
</style>