Shades of Tacha #CCC159
Tints of Tacha #CCC159
RGB
CMYK
RGB Variations
Color information
#CCC159 (or 0xCCC159) is known color: Tacha. HEX triplet: CC, C1 and 59. RGB value is (204,193,89). Sum of RGB (Red+Green+Blue) = 204+193+89=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC159 is #333EA6. Grayscale: #B8B8B8. Windows color (decimal): -3358375 or 5882316. OLE color: 5882316.
HSL color Cylindrical-coordinate representation of color #CCC159: hue angle of 54.26º 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 #CCC159 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 89 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.2 |
| HSL | 54.26º | 0.53% | 0.57% | - |
| HSV(B) | 54.26º | 0.56% | 0.8% | - |
| XYZ | 45.77 | 51.7 | 17.02 | - |
| YUV | 184.43 | 74.14 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 89 | 0 | 0.05 | 0.56 | 0.2 | 54.26 | 0.53 | 0.57 |
| Hex | CC | C1 | 59 | 0 | 5 | 38 | 14 | 36 | 35 | 39 |
| Octal | 314 | 301 | 131 | 0 | 5 | 70 | 24 | 66 | 65 | 71 |
| Binary | 11001100 | 11000001 | 1011001 | 0 | 101 | 111000 | 10100 | 110110 | 110101 | 111001 |
Color Harmonies of #CCC159
Complementary color
Monochromatic Colors of #CCC159
Black with #CCC159
Text Example
Text Example
White with #CCC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC159; }
p { color: rgb(204,193,89); }
H1.HeaderClassName
{
color: #CCC159;
}
.AnyTagClassName
{
color: #CCC159;
}
</style>
background-color css
<style>
a { background-color: #CCC159; }
a { background-color: rgb(204,193,89); }
div.DivClassName
{
background-color: #CCC159;
}
.BgClassName
{
background-color: #CCC159;
}
</style>
border-color css
<style>
span { border-color: #CCC159; }
span { border-color: rgb(204,193,89); }
td.TdClassName
{
border-color: #CCC159;
}
.TagClassName
{
border-color: #CCC159;
}
</style>