Shades of Tacha #CCBA54
Tints of Tacha #CCBA54
RGB
CMYK
RGB Variations
Color information
#CCBA54 (or 0xCCBA54) is known color: Tacha. HEX triplet: CC, BA and 54. RGB value is (204,186,84). Sum of RGB (Red+Green+Blue) = 204+186+84=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 84 (33.20% from 255 or 17.72% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA54 is #3345AB. Grayscale: #B4B4B4. Windows color (decimal): -3360172 or 5552844. OLE color: 5552844.
HSL color Cylindrical-coordinate representation of color #CCBA54: hue angle of 51º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCBA54 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 84 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.2 |
| HSL | 51º | 0.54% | 0.56% | - |
| HSV(B) | 51º | 0.59% | 0.8% | - |
| XYZ | 44.06 | 48.6 | 15.45 | - |
| YUV | 179.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 84 | 0 | 0.09 | 0.59 | 0.2 | 51 | 0.54 | 0.56 |
| Hex | CC | BA | 54 | 0 | 9 | 3B | 14 | 33 | 36 | 38 |
| Octal | 314 | 272 | 124 | 0 | 11 | 73 | 24 | 63 | 66 | 70 |
| Binary | 11001100 | 10111010 | 1010100 | 0 | 1001 | 111011 | 10100 | 110011 | 110110 | 111000 |
Color Harmonies of #CCBA54
Complementary color
Monochromatic Colors of #CCBA54
Black with #CCBA54
Text Example
Text Example
White with #CCBA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA54; }
p { color: rgb(204,186,84); }
H1.HeaderClassName
{
color: #CCBA54;
}
.AnyTagClassName
{
color: #CCBA54;
}
</style>
background-color css
<style>
a { background-color: #CCBA54; }
a { background-color: rgb(204,186,84); }
div.DivClassName
{
background-color: #CCBA54;
}
.BgClassName
{
background-color: #CCBA54;
}
</style>
border-color css
<style>
span { border-color: #CCBA54; }
span { border-color: rgb(204,186,84); }
td.TdClassName
{
border-color: #CCBA54;
}
.TagClassName
{
border-color: #CCBA54;
}
</style>