Shades of Tacha #CCC25A
Tints of Tacha #CCC25A
RGB
CMYK
RGB Variations
Color information
#CCC25A (or 0xCCC25A) is known color: Tacha. HEX triplet: CC, C2 and 5A. RGB value is (204,194,90). Sum of RGB (Red+Green+Blue) = 204+194+90=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC25A is #333DA5. Grayscale: #B9B9B9. Windows color (decimal): -3358118 or 5948108. OLE color: 5948108.
HSL color Cylindrical-coordinate representation of color #CCC25A: hue angle of 54.74º 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 #CCC25A is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 90 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.2 |
| HSL | 54.74º | 0.53% | 0.58% | - |
| HSV(B) | 54.74º | 0.56% | 0.8% | - |
| XYZ | 46.04 | 52.16 | 17.31 | - |
| YUV | 185.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 90 | 0 | 0.05 | 0.56 | 0.2 | 54.74 | 0.53 | 0.58 |
| Hex | CC | C2 | 5A | 0 | 5 | 38 | 14 | 37 | 35 | 3A |
| Octal | 314 | 302 | 132 | 0 | 5 | 70 | 24 | 67 | 65 | 72 |
| Binary | 11001100 | 11000010 | 1011010 | 0 | 101 | 111000 | 10100 | 110111 | 110101 | 111010 |
Color Harmonies of #CCC25A
Complementary color
Monochromatic Colors of #CCC25A
Black with #CCC25A
Text Example
Text Example
White with #CCC25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC25A; }
p { color: rgb(204,194,90); }
H1.HeaderClassName
{
color: #CCC25A;
}
.AnyTagClassName
{
color: #CCC25A;
}
</style>
background-color css
<style>
a { background-color: #CCC25A; }
a { background-color: rgb(204,194,90); }
div.DivClassName
{
background-color: #CCC25A;
}
.BgClassName
{
background-color: #CCC25A;
}
</style>
border-color css
<style>
span { border-color: #CCC25A; }
span { border-color: rgb(204,194,90); }
td.TdClassName
{
border-color: #CCC25A;
}
.TagClassName
{
border-color: #CCC25A;
}
</style>