Shades of Tacha #CCC259
Tints of Tacha #CCC259
RGB
CMYK
RGB Variations
Color information
#CCC259 (or 0xCCC259) is known color: Tacha. HEX triplet: CC, C2 and 59. RGB value is (204,194,89). Sum of RGB (Red+Green+Blue) = 204+194+89=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC259 is #333DA6. Grayscale: #B9B9B9. Windows color (decimal): -3358119 or 5882572. OLE color: 5882572.
HSL color Cylindrical-coordinate representation of color #CCC259: hue angle of 54.78º 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 #CCC259 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 89 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.2 |
| HSL | 54.78º | 0.53% | 0.57% | - |
| HSV(B) | 54.78º | 0.56% | 0.8% | - |
| XYZ | 46 | 52.14 | 17.09 | - |
| YUV | 185.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 89 | 0 | 0.05 | 0.56 | 0.2 | 54.78 | 0.53 | 0.57 |
| Hex | CC | C2 | 59 | 0 | 5 | 38 | 14 | 37 | 35 | 39 |
| Octal | 314 | 302 | 131 | 0 | 5 | 70 | 24 | 67 | 65 | 71 |
| Binary | 11001100 | 11000010 | 1011001 | 0 | 101 | 111000 | 10100 | 110111 | 110101 | 111001 |
Color Harmonies of #CCC259
Complementary color
Monochromatic Colors of #CCC259
Black with #CCC259
Text Example
Text Example
White with #CCC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC259; }
p { color: rgb(204,194,89); }
H1.HeaderClassName
{
color: #CCC259;
}
.AnyTagClassName
{
color: #CCC259;
}
</style>
background-color css
<style>
a { background-color: #CCC259; }
a { background-color: rgb(204,194,89); }
div.DivClassName
{
background-color: #CCC259;
}
.BgClassName
{
background-color: #CCC259;
}
</style>
border-color css
<style>
span { border-color: #CCC259; }
span { border-color: rgb(204,194,89); }
td.TdClassName
{
border-color: #CCC259;
}
.TagClassName
{
border-color: #CCC259;
}
</style>