Shades of Tacha #CCBA59
Tints of Tacha #CCBA59
RGB
CMYK
RGB Variations
Color information
#CCBA59 (or 0xCCBA59) is known color: Tacha. HEX triplet: CC, BA and 59. RGB value is (204,186,89). Sum of RGB (Red+Green+Blue) = 204+186+89=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA59 is #3345A6. Grayscale: #B4B4B4. Windows color (decimal): -3360167 or 5880524. OLE color: 5880524.
HSL color Cylindrical-coordinate representation of color #CCBA59: hue angle of 50.61º 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 #CCBA59 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 89 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.2 |
| HSL | 50.61º | 0.53% | 0.57% | - |
| HSV(B) | 50.61º | 0.56% | 0.8% | - |
| XYZ | 44.26 | 48.68 | 16.51 | - |
| YUV | 180.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 89 | 0 | 0.09 | 0.56 | 0.2 | 50.61 | 0.53 | 0.57 |
| Hex | CC | BA | 59 | 0 | 9 | 38 | 14 | 33 | 35 | 39 |
| Octal | 314 | 272 | 131 | 0 | 11 | 70 | 24 | 63 | 65 | 71 |
| Binary | 11001100 | 10111010 | 1011001 | 0 | 1001 | 111000 | 10100 | 110011 | 110101 | 111001 |
Color Harmonies of #CCBA59
Complementary color
Monochromatic Colors of #CCBA59
Black with #CCBA59
Text Example
Text Example
White with #CCBA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA59; }
p { color: rgb(204,186,89); }
H1.HeaderClassName
{
color: #CCBA59;
}
.AnyTagClassName
{
color: #CCBA59;
}
</style>
background-color css
<style>
a { background-color: #CCBA59; }
a { background-color: rgb(204,186,89); }
div.DivClassName
{
background-color: #CCBA59;
}
.BgClassName
{
background-color: #CCBA59;
}
</style>
border-color css
<style>
span { border-color: #CCBA59; }
span { border-color: rgb(204,186,89); }
td.TdClassName
{
border-color: #CCBA59;
}
.TagClassName
{
border-color: #CCBA59;
}
</style>