Shades of Tacha #CCBA56
Tints of Tacha #CCBA56
RGB
CMYK
RGB Variations
Color information
#CCBA56 (or 0xCCBA56) is known color: Tacha. HEX triplet: CC, BA and 56. RGB value is (204,186,86). Sum of RGB (Red+Green+Blue) = 204+186+86=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA56 is #3345A9. Grayscale: #B4B4B4. Windows color (decimal): -3360170 or 5683916. OLE color: 5683916.
HSL color Cylindrical-coordinate representation of color #CCBA56: hue angle of 50.85º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCBA56 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 86 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.2 |
| HSL | 50.85º | 0.54% | 0.57% | - |
| HSV(B) | 50.85º | 0.58% | 0.8% | - |
| XYZ | 44.14 | 48.63 | 15.86 | - |
| YUV | 179.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 86 | 0 | 0.09 | 0.58 | 0.2 | 50.85 | 0.54 | 0.57 |
| Hex | CC | BA | 56 | 0 | 9 | 3A | 14 | 33 | 36 | 39 |
| Octal | 314 | 272 | 126 | 0 | 11 | 72 | 24 | 63 | 66 | 71 |
| Binary | 11001100 | 10111010 | 1010110 | 0 | 1001 | 111010 | 10100 | 110011 | 110110 | 111001 |
Color Harmonies of #CCBA56
Complementary color
Monochromatic Colors of #CCBA56
Black with #CCBA56
Text Example
Text Example
White with #CCBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA56; }
p { color: rgb(204,186,86); }
H1.HeaderClassName
{
color: #CCBA56;
}
.AnyTagClassName
{
color: #CCBA56;
}
</style>
background-color css
<style>
a { background-color: #CCBA56; }
a { background-color: rgb(204,186,86); }
div.DivClassName
{
background-color: #CCBA56;
}
.BgClassName
{
background-color: #CCBA56;
}
</style>
border-color css
<style>
span { border-color: #CCBA56; }
span { border-color: rgb(204,186,86); }
td.TdClassName
{
border-color: #CCBA56;
}
.TagClassName
{
border-color: #CCBA56;
}
</style>