Shades of Tacha #CCC25C
Tints of Tacha #CCC25C
RGB
CMYK
RGB Variations
Color information
#CCC25C (or 0xCCC25C) is known color: Tacha. HEX triplet: CC, C2 and 5C. RGB value is (204,194,92). Sum of RGB (Red+Green+Blue) = 204+194+92=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC25C is #333DA3. Grayscale: #B9B9B9. Windows color (decimal): -3358116 or 6079180. OLE color: 6079180.
HSL color Cylindrical-coordinate representation of color #CCC25C: hue angle of 54.64º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCC25C is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 92 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.2 |
| HSL | 54.64º | 0.52% | 0.58% | - |
| HSV(B) | 54.64º | 0.55% | 0.8% | - |
| XYZ | 46.13 | 52.19 | 17.77 | - |
| YUV | 185.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 92 | 0 | 0.05 | 0.55 | 0.2 | 54.64 | 0.52 | 0.58 |
| Hex | CC | C2 | 5C | 0 | 5 | 37 | 14 | 37 | 34 | 3A |
| Octal | 314 | 302 | 134 | 0 | 5 | 67 | 24 | 67 | 64 | 72 |
| Binary | 11001100 | 11000010 | 1011100 | 0 | 101 | 110111 | 10100 | 110111 | 110100 | 111010 |
Color Harmonies of #CCC25C
Complementary color
Monochromatic Colors of #CCC25C
Black with #CCC25C
Text Example
Text Example
White with #CCC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC25C; }
p { color: rgb(204,194,92); }
H1.HeaderClassName
{
color: #CCC25C;
}
.AnyTagClassName
{
color: #CCC25C;
}
</style>
background-color css
<style>
a { background-color: #CCC25C; }
a { background-color: rgb(204,194,92); }
div.DivClassName
{
background-color: #CCC25C;
}
.BgClassName
{
background-color: #CCC25C;
}
</style>
border-color css
<style>
span { border-color: #CCC25C; }
span { border-color: rgb(204,194,92); }
td.TdClassName
{
border-color: #CCC25C;
}
.TagClassName
{
border-color: #CCC25C;
}
</style>