Shades of Tacha #CCBA68
Tints of Tacha #CCBA68
RGB
CMYK
RGB Variations
Color information
#CCBA68 (or 0xCCBA68) is known color: Tacha. HEX triplet: CC, BA and 68. RGB value is (204,186,104). Sum of RGB (Red+Green+Blue) = 204+186+104=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA68 is #334597. Grayscale: #B6B6B6. Windows color (decimal): -3360152 or 6863564. OLE color: 6863564.
HSL color Cylindrical-coordinate representation of color #CCBA68: hue angle of 49.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCBA68 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 104 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.2 |
| HSL | 49.2º | 0.5% | 0.6% | - |
| HSV(B) | 49.2º | 0.49% | 0.8% | - |
| XYZ | 44.96 | 48.95 | 20.18 | - |
| YUV | 182.03 | 83.96 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 104 | 0 | 0.09 | 0.49 | 0.2 | 49.2 | 0.5 | 0.6 |
| Hex | CC | BA | 68 | 0 | 9 | 31 | 14 | 31 | 32 | 3C |
| Octal | 314 | 272 | 150 | 0 | 11 | 61 | 24 | 61 | 62 | 74 |
| Binary | 11001100 | 10111010 | 1101000 | 0 | 1001 | 110001 | 10100 | 110001 | 110010 | 111100 |
Color Harmonies of #CCBA68
Complementary color
Monochromatic Colors of #CCBA68
Black with #CCBA68
Text Example
Text Example
White with #CCBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA68; }
p { color: rgb(204,186,104); }
H1.HeaderClassName
{
color: #CCBA68;
}
.AnyTagClassName
{
color: #CCBA68;
}
</style>
background-color css
<style>
a { background-color: #CCBA68; }
a { background-color: rgb(204,186,104); }
div.DivClassName
{
background-color: #CCBA68;
}
.BgClassName
{
background-color: #CCBA68;
}
</style>
border-color css
<style>
span { border-color: #CCBA68; }
span { border-color: rgb(204,186,104); }
td.TdClassName
{
border-color: #CCBA68;
}
.TagClassName
{
border-color: #CCBA68;
}
</style>