Shades of Tacha #CCC55A
Tints of Tacha #CCC55A
RGB
CMYK
RGB Variations
Color information
#CCC55A (or 0xCCC55A) is known color: Tacha. HEX triplet: CC, C5 and 5A. RGB value is (204,197,90). Sum of RGB (Red+Green+Blue) = 204+197+90=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC55A is #333AA5. Grayscale: #BBBBBB. Windows color (decimal): -3357350 or 5948876. OLE color: 5948876.
HSL color Cylindrical-coordinate representation of color #CCC55A: hue angle of 56.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCC55A is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 90 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.2 |
| HSL | 56.32º | 0.53% | 0.58% | - |
| HSV(B) | 56.32º | 0.56% | 0.8% | - |
| XYZ | 46.71 | 53.51 | 17.54 | - |
| YUV | 186.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 90 | 0 | 0.03 | 0.56 | 0.2 | 56.32 | 0.53 | 0.58 |
| Hex | CC | C5 | 5A | 0 | 3 | 38 | 14 | 38 | 35 | 3A |
| Octal | 314 | 305 | 132 | 0 | 3 | 70 | 24 | 70 | 65 | 72 |
| Binary | 11001100 | 11000101 | 1011010 | 0 | 11 | 111000 | 10100 | 111000 | 110101 | 111010 |
Color Harmonies of #CCC55A
Complementary color
Monochromatic Colors of #CCC55A
Black with #CCC55A
Text Example
Text Example
White with #CCC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC55A; }
p { color: rgb(204,197,90); }
H1.HeaderClassName
{
color: #CCC55A;
}
.AnyTagClassName
{
color: #CCC55A;
}
</style>
background-color css
<style>
a { background-color: #CCC55A; }
a { background-color: rgb(204,197,90); }
div.DivClassName
{
background-color: #CCC55A;
}
.BgClassName
{
background-color: #CCC55A;
}
</style>
border-color css
<style>
span { border-color: #CCC55A; }
span { border-color: rgb(204,197,90); }
td.TdClassName
{
border-color: #CCC55A;
}
.TagClassName
{
border-color: #CCC55A;
}
</style>