Shades of Tacha #CCBA5A
Tints of Tacha #CCBA5A
RGB
CMYK
RGB Variations
Color information
#CCBA5A (or 0xCCBA5A) is known color: Tacha. HEX triplet: CC, BA and 5A. RGB value is (204,186,90). Sum of RGB (Red+Green+Blue) = 204+186+90=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA5A is #3345A5. Grayscale: #B4B4B4. Windows color (decimal): -3360166 or 5946060. OLE color: 5946060.
HSL color Cylindrical-coordinate representation of color #CCBA5A: hue angle of 50.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCBA5A is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 90 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.2 |
| HSL | 50.53º | 0.53% | 0.58% | - |
| HSV(B) | 50.53º | 0.56% | 0.8% | - |
| XYZ | 44.31 | 48.69 | 16.74 | - |
| YUV | 180.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 90 | 0 | 0.09 | 0.56 | 0.2 | 50.53 | 0.53 | 0.58 |
| Hex | CC | BA | 5A | 0 | 9 | 38 | 14 | 33 | 35 | 3A |
| Octal | 314 | 272 | 132 | 0 | 11 | 70 | 24 | 63 | 65 | 72 |
| Binary | 11001100 | 10111010 | 1011010 | 0 | 1001 | 111000 | 10100 | 110011 | 110101 | 111010 |
Color Harmonies of #CCBA5A
Complementary color
Monochromatic Colors of #CCBA5A
Black with #CCBA5A
Text Example
Text Example
White with #CCBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA5A; }
p { color: rgb(204,186,90); }
H1.HeaderClassName
{
color: #CCBA5A;
}
.AnyTagClassName
{
color: #CCBA5A;
}
</style>
background-color css
<style>
a { background-color: #CCBA5A; }
a { background-color: rgb(204,186,90); }
div.DivClassName
{
background-color: #CCBA5A;
}
.BgClassName
{
background-color: #CCBA5A;
}
</style>
border-color css
<style>
span { border-color: #CCBA5A; }
span { border-color: rgb(204,186,90); }
td.TdClassName
{
border-color: #CCBA5A;
}
.TagClassName
{
border-color: #CCBA5A;
}
</style>