Shades of Tacha #CCC059
Tints of Tacha #CCC059
RGB
CMYK
RGB Variations
Color information
#CCC059 (or 0xCCC059) is known color: Tacha. HEX triplet: CC, C0 and 59. RGB value is (204,192,89). Sum of RGB (Red+Green+Blue) = 204+192+89=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC059 is #333FA6. Grayscale: #B8B8B8. Windows color (decimal): -3358631 or 5882060. OLE color: 5882060.
HSL color Cylindrical-coordinate representation of color #CCC059: hue angle of 53.74º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCC059 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 89 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.2 |
| HSL | 53.74º | 0.53% | 0.57% | - |
| HSV(B) | 53.74º | 0.56% | 0.8% | - |
| XYZ | 45.55 | 51.26 | 16.94 | - |
| YUV | 183.85 | 74.48 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 89 | 0 | 0.06 | 0.56 | 0.2 | 53.74 | 0.53 | 0.57 |
| Hex | CC | C0 | 59 | 0 | 6 | 38 | 14 | 36 | 35 | 39 |
| Octal | 314 | 300 | 131 | 0 | 6 | 70 | 24 | 66 | 65 | 71 |
| Binary | 11001100 | 11000000 | 1011001 | 0 | 110 | 111000 | 10100 | 110110 | 110101 | 111001 |
Color Harmonies of #CCC059
Complementary color
Monochromatic Colors of #CCC059
Black with #CCC059
Text Example
Text Example
White with #CCC059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC059; }
p { color: rgb(204,192,89); }
H1.HeaderClassName
{
color: #CCC059;
}
.AnyTagClassName
{
color: #CCC059;
}
</style>
background-color css
<style>
a { background-color: #CCC059; }
a { background-color: rgb(204,192,89); }
div.DivClassName
{
background-color: #CCC059;
}
.BgClassName
{
background-color: #CCC059;
}
</style>
border-color css
<style>
span { border-color: #CCC059; }
span { border-color: rgb(204,192,89); }
td.TdClassName
{
border-color: #CCC059;
}
.TagClassName
{
border-color: #CCC059;
}
</style>