Shades of Tacha #CCB966
Tints of Tacha #CCB966
RGB
CMYK
RGB Variations
Color information
#CCB966 (or 0xCCB966) is known color: Tacha. HEX triplet: CC, B9 and 66. RGB value is (204,185,102). Sum of RGB (Red+Green+Blue) = 204+185+102=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB966 is #334699. Grayscale: #B5B5B5. Windows color (decimal): -3360410 or 6732236. OLE color: 6732236.
HSL color Cylindrical-coordinate representation of color #CCB966: hue angle of 48.82º 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 #CCB966 is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 102 | - |
| CMYK | 0 | 0.09 | 0.5 | 0.2 |
| HSL | 48.82º | 0.5% | 0.6% | - |
| HSV(B) | 48.82º | 0.5% | 0.8% | - |
| XYZ | 44.65 | 48.49 | 19.58 | - |
| YUV | 181.22 | 83.29 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 102 | 0 | 0.09 | 0.5 | 0.2 | 48.82 | 0.5 | 0.6 |
| Hex | CC | B9 | 66 | 0 | 9 | 32 | 14 | 31 | 32 | 3C |
| Octal | 314 | 271 | 146 | 0 | 11 | 62 | 24 | 61 | 62 | 74 |
| Binary | 11001100 | 10111001 | 1100110 | 0 | 1001 | 110010 | 10100 | 110001 | 110010 | 111100 |
Color Harmonies of #CCB966
Complementary color
Monochromatic Colors of #CCB966
Black with #CCB966
Text Example
Text Example
White with #CCB966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB966; }
p { color: rgb(204,185,102); }
H1.HeaderClassName
{
color: #CCB966;
}
.AnyTagClassName
{
color: #CCB966;
}
</style>
background-color css
<style>
a { background-color: #CCB966; }
a { background-color: rgb(204,185,102); }
div.DivClassName
{
background-color: #CCB966;
}
.BgClassName
{
background-color: #CCB966;
}
</style>
border-color css
<style>
span { border-color: #CCB966; }
span { border-color: rgb(204,185,102); }
td.TdClassName
{
border-color: #CCB966;
}
.TagClassName
{
border-color: #CCB966;
}
</style>