Shades of Tacha #CCC55C
Tints of Tacha #CCC55C
RGB
CMYK
RGB Variations
Color information
#CCC55C (or 0xCCC55C) is known color: Tacha. HEX triplet: CC, C5 and 5C. RGB value is (204,197,92). Sum of RGB (Red+Green+Blue) = 204+197+92=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC55C is #333AA3. Grayscale: #BBBBBB. Windows color (decimal): -3357348 or 6079948. OLE color: 6079948.
HSL color Cylindrical-coordinate representation of color #CCC55C: hue angle of 56.25º 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 #CCC55C is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 92 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.2 |
| HSL | 56.25º | 0.52% | 0.58% | - |
| HSV(B) | 56.25º | 0.55% | 0.8% | - |
| XYZ | 46.8 | 53.54 | 17.99 | - |
| YUV | 187.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 92 | 0 | 0.03 | 0.55 | 0.2 | 56.25 | 0.52 | 0.58 |
| Hex | CC | C5 | 5C | 0 | 3 | 37 | 14 | 38 | 34 | 3A |
| Octal | 314 | 305 | 134 | 0 | 3 | 67 | 24 | 70 | 64 | 72 |
| Binary | 11001100 | 11000101 | 1011100 | 0 | 11 | 110111 | 10100 | 111000 | 110100 | 111010 |
Color Harmonies of #CCC55C
Complementary color
Monochromatic Colors of #CCC55C
Black with #CCC55C
Text Example
Text Example
White with #CCC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC55C; }
p { color: rgb(204,197,92); }
H1.HeaderClassName
{
color: #CCC55C;
}
.AnyTagClassName
{
color: #CCC55C;
}
</style>
background-color css
<style>
a { background-color: #CCC55C; }
a { background-color: rgb(204,197,92); }
div.DivClassName
{
background-color: #CCC55C;
}
.BgClassName
{
background-color: #CCC55C;
}
</style>
border-color css
<style>
span { border-color: #CCC55C; }
span { border-color: rgb(204,197,92); }
td.TdClassName
{
border-color: #CCC55C;
}
.TagClassName
{
border-color: #CCC55C;
}
</style>