Shades of Tacha #CCC65E
Tints of Tacha #CCC65E
RGB
CMYK
RGB Variations
Color information
#CCC65E (or 0xCCC65E) is known color: Tacha. HEX triplet: CC, C6 and 5E. RGB value is (204,198,94). Sum of RGB (Red+Green+Blue) = 204+198+94=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC65E is #3339A1. Grayscale: #BCBCBC. Windows color (decimal): -3357090 or 6211276. OLE color: 6211276.
HSL color Cylindrical-coordinate representation of color #CCC65E: hue angle of 56.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCC65E is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 94 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.2 |
| HSL | 56.73º | 0.52% | 0.58% | - |
| HSV(B) | 56.73º | 0.54% | 0.8% | - |
| XYZ | 47.12 | 54.03 | 18.54 | - |
| YUV | 187.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 94 | 0 | 0.03 | 0.54 | 0.2 | 56.73 | 0.52 | 0.58 |
| Hex | CC | C6 | 5E | 0 | 3 | 36 | 14 | 39 | 34 | 3A |
| Octal | 314 | 306 | 136 | 0 | 3 | 66 | 24 | 71 | 64 | 72 |
| Binary | 11001100 | 11000110 | 1011110 | 0 | 11 | 110110 | 10100 | 111001 | 110100 | 111010 |
Color Harmonies of #CCC65E
Complementary color
Monochromatic Colors of #CCC65E
Black with #CCC65E
Text Example
Text Example
White with #CCC65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC65E; }
p { color: rgb(204,198,94); }
H1.HeaderClassName
{
color: #CCC65E;
}
.AnyTagClassName
{
color: #CCC65E;
}
</style>
background-color css
<style>
a { background-color: #CCC65E; }
a { background-color: rgb(204,198,94); }
div.DivClassName
{
background-color: #CCC65E;
}
.BgClassName
{
background-color: #CCC65E;
}
</style>
border-color css
<style>
span { border-color: #CCC65E; }
span { border-color: rgb(204,198,94); }
td.TdClassName
{
border-color: #CCC65E;
}
.TagClassName
{
border-color: #CCC65E;
}
</style>