Shades of Tacha #CCB959
Tints of Tacha #CCB959
RGB
CMYK
RGB Variations
Color information
#CCB959 (or 0xCCB959) is known color: Tacha. HEX triplet: CC, B9 and 59. RGB value is (204,185,89). Sum of RGB (Red+Green+Blue) = 204+185+89=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB959 is #3346A6. Grayscale: #B4B4B4. Windows color (decimal): -3360423 or 5880268. OLE color: 5880268.
HSL color Cylindrical-coordinate representation of color #CCB959: hue angle of 50.09º 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 #CCB959 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 89 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.2 |
| HSL | 50.09º | 0.53% | 0.57% | - |
| HSV(B) | 50.09º | 0.56% | 0.8% | - |
| XYZ | 44.05 | 48.26 | 16.44 | - |
| YUV | 179.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 89 | 0 | 0.09 | 0.56 | 0.2 | 50.09 | 0.53 | 0.57 |
| Hex | CC | B9 | 59 | 0 | 9 | 38 | 14 | 32 | 35 | 39 |
| Octal | 314 | 271 | 131 | 0 | 11 | 70 | 24 | 62 | 65 | 71 |
| Binary | 11001100 | 10111001 | 1011001 | 0 | 1001 | 111000 | 10100 | 110010 | 110101 | 111001 |
Color Harmonies of #CCB959
Complementary color
Monochromatic Colors of #CCB959
Black with #CCB959
Text Example
Text Example
White with #CCB959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB959; }
p { color: rgb(204,185,89); }
H1.HeaderClassName
{
color: #CCB959;
}
.AnyTagClassName
{
color: #CCB959;
}
</style>
background-color css
<style>
a { background-color: #CCB959; }
a { background-color: rgb(204,185,89); }
div.DivClassName
{
background-color: #CCB959;
}
.BgClassName
{
background-color: #CCB959;
}
</style>
border-color css
<style>
span { border-color: #CCB959; }
span { border-color: rgb(204,185,89); }
td.TdClassName
{
border-color: #CCB959;
}
.TagClassName
{
border-color: #CCB959;
}
</style>