Shades of Tacha #CCBA64
Tints of Tacha #CCBA64
RGB
CMYK
RGB Variations
Color information
#CCBA64 (or 0xCCBA64) is known color: Tacha. HEX triplet: CC, BA and 64. RGB value is (204,186,100). Sum of RGB (Red+Green+Blue) = 204+186+100=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA64 is #33459B. Grayscale: #B5B5B5. Windows color (decimal): -3360156 or 6601420. OLE color: 6601420.
HSL color Cylindrical-coordinate representation of color #CCBA64: hue angle of 49.62º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCBA64 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 100 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.2 |
| HSL | 49.62º | 0.5% | 0.6% | - |
| HSV(B) | 49.62º | 0.51% | 0.8% | - |
| XYZ | 44.76 | 48.88 | 19.13 | - |
| YUV | 181.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 100 | 0 | 0.09 | 0.51 | 0.2 | 49.62 | 0.5 | 0.6 |
| Hex | CC | BA | 64 | 0 | 9 | 33 | 14 | 32 | 32 | 3C |
| Octal | 314 | 272 | 144 | 0 | 11 | 63 | 24 | 62 | 62 | 74 |
| Binary | 11001100 | 10111010 | 1100100 | 0 | 1001 | 110011 | 10100 | 110010 | 110010 | 111100 |
Color Harmonies of #CCBA64
Complementary color
Monochromatic Colors of #CCBA64
Black with #CCBA64
Text Example
Text Example
White with #CCBA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA64; }
p { color: rgb(204,186,100); }
H1.HeaderClassName
{
color: #CCBA64;
}
.AnyTagClassName
{
color: #CCBA64;
}
</style>
background-color css
<style>
a { background-color: #CCBA64; }
a { background-color: rgb(204,186,100); }
div.DivClassName
{
background-color: #CCBA64;
}
.BgClassName
{
background-color: #CCBA64;
}
</style>
border-color css
<style>
span { border-color: #CCBA64; }
span { border-color: rgb(204,186,100); }
td.TdClassName
{
border-color: #CCBA64;
}
.TagClassName
{
border-color: #CCBA64;
}
</style>