Shades of Tacha #CCC659
Tints of Tacha #CCC659
RGB
CMYK
RGB Variations
Color information
#CCC659 (or 0xCCC659) is known color: Tacha. HEX triplet: CC, C6 and 59. RGB value is (204,198,89). Sum of RGB (Red+Green+Blue) = 204+198+89=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 89 (35.16% from 255 or 18.13% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC659 is #3339A6. Grayscale: #BBBBBB. Windows color (decimal): -3357095 or 5883596. OLE color: 5883596.
HSL color Cylindrical-coordinate representation of color #CCC659: hue angle of 56.87º 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 #CCC659 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 89 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.2 |
| HSL | 56.87º | 0.53% | 0.57% | - |
| HSV(B) | 56.87º | 0.56% | 0.8% | - |
| XYZ | 46.9 | 53.95 | 17.39 | - |
| YUV | 187.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 89 | 0 | 0.03 | 0.56 | 0.2 | 56.87 | 0.53 | 0.57 |
| Hex | CC | C6 | 59 | 0 | 3 | 38 | 14 | 39 | 35 | 39 |
| Octal | 314 | 306 | 131 | 0 | 3 | 70 | 24 | 71 | 65 | 71 |
| Binary | 11001100 | 11000110 | 1011001 | 0 | 11 | 111000 | 10100 | 111001 | 110101 | 111001 |
Color Harmonies of #CCC659
Complementary color
Monochromatic Colors of #CCC659
Black with #CCC659
Text Example
Text Example
White with #CCC659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC659; }
p { color: rgb(204,198,89); }
H1.HeaderClassName
{
color: #CCC659;
}
.AnyTagClassName
{
color: #CCC659;
}
</style>
background-color css
<style>
a { background-color: #CCC659; }
a { background-color: rgb(204,198,89); }
div.DivClassName
{
background-color: #CCC659;
}
.BgClassName
{
background-color: #CCC659;
}
</style>
border-color css
<style>
span { border-color: #CCC659; }
span { border-color: rgb(204,198,89); }
td.TdClassName
{
border-color: #CCC659;
}
.TagClassName
{
border-color: #CCC659;
}
</style>