Shades of Tacha #CCC16C
Tints of Tacha #CCC16C
RGB
CMYK
RGB Variations
Color information
#CCC16C (or 0xCCC16C) is known color: Tacha. HEX triplet: CC, C1 and 6C. RGB value is (204,193,108). Sum of RGB (Red+Green+Blue) = 204+193+108=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC16C is #333E93. Grayscale: #BABABA. Windows color (decimal): -3358356 or 7127500. OLE color: 7127500.
HSL color Cylindrical-coordinate representation of color #CCC16C: hue angle of 53.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCC16C is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 108 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.2 |
| HSL | 53.13º | 0.48% | 0.61% | - |
| HSV(B) | 53.13º | 0.47% | 0.8% | - |
| XYZ | 46.68 | 52.06 | 21.78 | - |
| YUV | 186.6 | 83.64 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 108 | 0 | 0.05 | 0.47 | 0.2 | 53.13 | 0.48 | 0.61 |
| Hex | CC | C1 | 6C | 0 | 5 | 2F | 14 | 35 | 30 | 3D |
| Octal | 314 | 301 | 154 | 0 | 5 | 57 | 24 | 65 | 60 | 75 |
| Binary | 11001100 | 11000001 | 1101100 | 0 | 101 | 101111 | 10100 | 110101 | 110000 | 111101 |
Color Harmonies of #CCC16C
Complementary color
Monochromatic Colors of #CCC16C
Black with #CCC16C
Text Example
Text Example
White with #CCC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC16C; }
p { color: rgb(204,193,108); }
H1.HeaderClassName
{
color: #CCC16C;
}
.AnyTagClassName
{
color: #CCC16C;
}
</style>
background-color css
<style>
a { background-color: #CCC16C; }
a { background-color: rgb(204,193,108); }
div.DivClassName
{
background-color: #CCC16C;
}
.BgClassName
{
background-color: #CCC16C;
}
</style>
border-color css
<style>
span { border-color: #CCC16C; }
span { border-color: rgb(204,193,108); }
td.TdClassName
{
border-color: #CCC16C;
}
.TagClassName
{
border-color: #CCC16C;
}
</style>