Shades of Tacha #CCBB64
Tints of Tacha #CCBB64
RGB
CMYK
RGB Variations
Color information
#CCBB64 (or 0xCCBB64) is known color: Tacha. HEX triplet: CC, BB and 64. RGB value is (204,187,100). Sum of RGB (Red+Green+Blue) = 204+187+100=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB64 is #33449B. Grayscale: #B6B6B6. Windows color (decimal): -3359900 or 6601676. OLE color: 6601676.
HSL color Cylindrical-coordinate representation of color #CCBB64: hue angle of 50.19º 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 #CCBB64 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 100 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.2 |
| HSL | 50.19º | 0.5% | 0.6% | - |
| HSV(B) | 50.19º | 0.51% | 0.8% | - |
| XYZ | 44.97 | 49.3 | 19.2 | - |
| YUV | 182.17 | 81.63 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 100 | 0 | 0.08 | 0.51 | 0.2 | 50.19 | 0.5 | 0.6 |
| Hex | CC | BB | 64 | 0 | 8 | 33 | 14 | 32 | 32 | 3C |
| Octal | 314 | 273 | 144 | 0 | 10 | 63 | 24 | 62 | 62 | 74 |
| Binary | 11001100 | 10111011 | 1100100 | 0 | 1000 | 110011 | 10100 | 110010 | 110010 | 111100 |
Color Harmonies of #CCBB64
Complementary color
Monochromatic Colors of #CCBB64
Black with #CCBB64
Text Example
Text Example
White with #CCBB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBB64; }
p { color: rgb(204,187,100); }
H1.HeaderClassName
{
color: #CCBB64;
}
.AnyTagClassName
{
color: #CCBB64;
}
</style>
background-color css
<style>
a { background-color: #CCBB64; }
a { background-color: rgb(204,187,100); }
div.DivClassName
{
background-color: #CCBB64;
}
.BgClassName
{
background-color: #CCBB64;
}
</style>
border-color css
<style>
span { border-color: #CCBB64; }
span { border-color: rgb(204,187,100); }
td.TdClassName
{
border-color: #CCBB64;
}
.TagClassName
{
border-color: #CCBB64;
}
</style>