Shades of Tacha #CCC662
Tints of Tacha #CCC662
RGB
CMYK
RGB Variations
Color information
#CCC662 (or 0xCCC662) is known color: Tacha. HEX triplet: CC, C6 and 62. RGB value is (204,198,98). Sum of RGB (Red+Green+Blue) = 204+198+98=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC662 is #33399D. Grayscale: #BCBCBC. Windows color (decimal): -3357086 or 6473420. OLE color: 6473420.
HSL color Cylindrical-coordinate representation of color #CCC662: hue angle of 56.6º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCC662 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 98 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.2 |
| HSL | 56.6º | 0.51% | 0.59% | - |
| HSV(B) | 56.6º | 0.52% | 0.8% | - |
| XYZ | 47.3 | 54.11 | 19.51 | - |
| YUV | 188.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 98 | 0 | 0.03 | 0.52 | 0.2 | 56.6 | 0.51 | 0.59 |
| Hex | CC | C6 | 62 | 0 | 3 | 34 | 14 | 39 | 33 | 3B |
| Octal | 314 | 306 | 142 | 0 | 3 | 64 | 24 | 71 | 63 | 73 |
| Binary | 11001100 | 11000110 | 1100010 | 0 | 11 | 110100 | 10100 | 111001 | 110011 | 111011 |
Color Harmonies of #CCC662
Complementary color
Monochromatic Colors of #CCC662
Black with #CCC662
Text Example
Text Example
White with #CCC662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC662; }
p { color: rgb(204,198,98); }
H1.HeaderClassName
{
color: #CCC662;
}
.AnyTagClassName
{
color: #CCC662;
}
</style>
background-color css
<style>
a { background-color: #CCC662; }
a { background-color: rgb(204,198,98); }
div.DivClassName
{
background-color: #CCC662;
}
.BgClassName
{
background-color: #CCC662;
}
</style>
border-color css
<style>
span { border-color: #CCC662; }
span { border-color: rgb(204,198,98); }
td.TdClassName
{
border-color: #CCC662;
}
.TagClassName
{
border-color: #CCC662;
}
</style>