Shades of Tacha #CCC555
Tints of Tacha #CCC555
RGB
CMYK
RGB Variations
Color information
#CCC555 (or 0xCCC555) is known color: Tacha. HEX triplet: CC, C5 and 55. RGB value is (204,197,85). Sum of RGB (Red+Green+Blue) = 204+197+85=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC555 is #333AAA. Grayscale: #BABABA. Windows color (decimal): -3357355 or 5621196. OLE color: 5621196.
HSL color Cylindrical-coordinate representation of color #CCC555: hue angle of 56.47º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCC555 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 85 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.2 |
| HSL | 56.47º | 0.54% | 0.57% | - |
| HSV(B) | 56.47º | 0.58% | 0.8% | - |
| XYZ | 46.51 | 53.43 | 16.46 | - |
| YUV | 186.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 85 | 0 | 0.03 | 0.58 | 0.2 | 56.47 | 0.54 | 0.57 |
| Hex | CC | C5 | 55 | 0 | 3 | 3A | 14 | 38 | 36 | 39 |
| Octal | 314 | 305 | 125 | 0 | 3 | 72 | 24 | 70 | 66 | 71 |
| Binary | 11001100 | 11000101 | 1010101 | 0 | 11 | 111010 | 10100 | 111000 | 110110 | 111001 |
Color Harmonies of #CCC555
Complementary color
Monochromatic Colors of #CCC555
Black with #CCC555
Text Example
Text Example
White with #CCC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC555; }
p { color: rgb(204,197,85); }
H1.HeaderClassName
{
color: #CCC555;
}
.AnyTagClassName
{
color: #CCC555;
}
</style>
background-color css
<style>
a { background-color: #CCC555; }
a { background-color: rgb(204,197,85); }
div.DivClassName
{
background-color: #CCC555;
}
.BgClassName
{
background-color: #CCC555;
}
</style>
border-color css
<style>
span { border-color: #CCC555; }
span { border-color: rgb(204,197,85); }
td.TdClassName
{
border-color: #CCC555;
}
.TagClassName
{
border-color: #CCC555;
}
</style>