Shades of Tacha #CCBA65
Tints of Tacha #CCBA65
RGB
CMYK
RGB Variations
Color information
#CCBA65 (or 0xCCBA65) is known color: Tacha. HEX triplet: CC, BA and 65. RGB value is (204,186,101). Sum of RGB (Red+Green+Blue) = 204+186+101=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA65 is #33459A. Grayscale: #B6B6B6. Windows color (decimal): -3360155 or 6666956. OLE color: 6666956.
HSL color Cylindrical-coordinate representation of color #CCBA65: hue angle of 49.51º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCBA65 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 101 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.2 |
| HSL | 49.51º | 0.5% | 0.6% | - |
| HSV(B) | 49.51º | 0.5% | 0.8% | - |
| XYZ | 44.81 | 48.89 | 19.39 | - |
| YUV | 181.69 | 82.46 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 101 | 0 | 0.09 | 0.50 | 0.2 | 49.51 | 0.5 | 0.6 |
| Hex | CC | BA | 65 | 0 | 9 | 32 | 14 | 32 | 32 | 3C |
| Octal | 314 | 272 | 145 | 0 | 11 | 62 | 24 | 62 | 62 | 74 |
| Binary | 11001100 | 10111010 | 1100101 | 0 | 1001 | 110010 | 10100 | 110010 | 110010 | 111100 |
Color Harmonies of #CCBA65
Complementary color
Monochromatic Colors of #CCBA65
Black with #CCBA65
Text Example
Text Example
White with #CCBA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA65; }
p { color: rgb(204,186,101); }
H1.HeaderClassName
{
color: #CCBA65;
}
.AnyTagClassName
{
color: #CCBA65;
}
</style>
background-color css
<style>
a { background-color: #CCBA65; }
a { background-color: rgb(204,186,101); }
div.DivClassName
{
background-color: #CCBA65;
}
.BgClassName
{
background-color: #CCBA65;
}
</style>
border-color css
<style>
span { border-color: #CCBA65; }
span { border-color: rgb(204,186,101); }
td.TdClassName
{
border-color: #CCBA65;
}
.TagClassName
{
border-color: #CCBA65;
}
</style>