Shades of Tacha #CCBC59
Tints of Tacha #CCBC59
RGB
CMYK
RGB Variations
Color information
#CCBC59 (or 0xCCBC59) is known color: Tacha. HEX triplet: CC, BC and 59. RGB value is (204,188,89). Sum of RGB (Red+Green+Blue) = 204+188+89=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC59 is #3343A6. Grayscale: #B5B5B5. Windows color (decimal): -3359655 or 5881036. OLE color: 5881036.
HSL color Cylindrical-coordinate representation of color #CCBC59: hue angle of 51.65º 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 #CCBC59 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 89 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.2 |
| HSL | 51.65º | 0.53% | 0.57% | - |
| HSV(B) | 51.65º | 0.56% | 0.8% | - |
| XYZ | 44.69 | 49.53 | 16.66 | - |
| YUV | 181.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 89 | 0 | 0.08 | 0.56 | 0.2 | 51.65 | 0.53 | 0.57 |
| Hex | CC | BC | 59 | 0 | 8 | 38 | 14 | 34 | 35 | 39 |
| Octal | 314 | 274 | 131 | 0 | 10 | 70 | 24 | 64 | 65 | 71 |
| Binary | 11001100 | 10111100 | 1011001 | 0 | 1000 | 111000 | 10100 | 110100 | 110101 | 111001 |
Color Harmonies of #CCBC59
Complementary color
Monochromatic Colors of #CCBC59
Black with #CCBC59
Text Example
Text Example
White with #CCBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC59; }
p { color: rgb(204,188,89); }
H1.HeaderClassName
{
color: #CCBC59;
}
.AnyTagClassName
{
color: #CCBC59;
}
</style>
background-color css
<style>
a { background-color: #CCBC59; }
a { background-color: rgb(204,188,89); }
div.DivClassName
{
background-color: #CCBC59;
}
.BgClassName
{
background-color: #CCBC59;
}
</style>
border-color css
<style>
span { border-color: #CCBC59; }
span { border-color: rgb(204,188,89); }
td.TdClassName
{
border-color: #CCBC59;
}
.TagClassName
{
border-color: #CCBC59;
}
</style>