Shades of Tacha #CCC359
Tints of Tacha #CCC359
RGB
CMYK
RGB Variations
Color information
#CCC359 (or 0xCCC359) is known color: Tacha. HEX triplet: CC, C3 and 59. RGB value is (204,195,89). Sum of RGB (Red+Green+Blue) = 204+195+89=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC359 is #333CA6. Grayscale: #BABABA. Windows color (decimal): -3357863 or 5882828. OLE color: 5882828.
HSL color Cylindrical-coordinate representation of color #CCC359: hue angle of 55.3º 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 #CCC359 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 89 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.2 |
| HSL | 55.3º | 0.53% | 0.57% | - |
| HSV(B) | 55.3º | 0.56% | 0.8% | - |
| XYZ | 46.22 | 52.59 | 17.17 | - |
| YUV | 185.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 89 | 0 | 0.04 | 0.56 | 0.2 | 55.3 | 0.53 | 0.57 |
| Hex | CC | C3 | 59 | 0 | 4 | 38 | 14 | 37 | 35 | 39 |
| Octal | 314 | 303 | 131 | 0 | 4 | 70 | 24 | 67 | 65 | 71 |
| Binary | 11001100 | 11000011 | 1011001 | 0 | 100 | 111000 | 10100 | 110111 | 110101 | 111001 |
Color Harmonies of #CCC359
Complementary color
Monochromatic Colors of #CCC359
Black with #CCC359
Text Example
Text Example
White with #CCC359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC359; }
p { color: rgb(204,195,89); }
H1.HeaderClassName
{
color: #CCC359;
}
.AnyTagClassName
{
color: #CCC359;
}
</style>
background-color css
<style>
a { background-color: #CCC359; }
a { background-color: rgb(204,195,89); }
div.DivClassName
{
background-color: #CCC359;
}
.BgClassName
{
background-color: #CCC359;
}
</style>
border-color css
<style>
span { border-color: #CCC359; }
span { border-color: rgb(204,195,89); }
td.TdClassName
{
border-color: #CCC359;
}
.TagClassName
{
border-color: #CCC359;
}
</style>