Shades of Tacha #CCB764
Tints of Tacha #CCB764
RGB
CMYK
RGB Variations
Color information
#CCB764 (or 0xCCB764) is known color: Tacha. HEX triplet: CC, B7 and 64. RGB value is (204,183,100). Sum of RGB (Red+Green+Blue) = 204+183+100=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB764 is #33489B. Grayscale: #B4B4B4. Windows color (decimal): -3360924 or 6600652. OLE color: 6600652.
HSL color Cylindrical-coordinate representation of color #CCB764: hue angle of 47.88º 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 #CCB764 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 100 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.2 |
| HSL | 47.88º | 0.5% | 0.6% | - |
| HSV(B) | 47.88º | 0.51% | 0.8% | - |
| XYZ | 44.14 | 47.62 | 18.92 | - |
| YUV | 179.82 | 82.96 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 100 | 0 | 0.10 | 0.51 | 0.2 | 47.88 | 0.5 | 0.6 |
| Hex | CC | B7 | 64 | 0 | A | 33 | 14 | 30 | 32 | 3C |
| Octal | 314 | 267 | 144 | 0 | 12 | 63 | 24 | 60 | 62 | 74 |
| Binary | 11001100 | 10110111 | 1100100 | 0 | 1010 | 110011 | 10100 | 110000 | 110010 | 111100 |
Color Harmonies of #CCB764
Complementary color
Monochromatic Colors of #CCB764
Black with #CCB764
Text Example
Text Example
White with #CCB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB764; }
p { color: rgb(204,183,100); }
H1.HeaderClassName
{
color: #CCB764;
}
.AnyTagClassName
{
color: #CCB764;
}
</style>
background-color css
<style>
a { background-color: #CCB764; }
a { background-color: rgb(204,183,100); }
div.DivClassName
{
background-color: #CCB764;
}
.BgClassName
{
background-color: #CCB764;
}
</style>
border-color css
<style>
span { border-color: #CCB764; }
span { border-color: rgb(204,183,100); }
td.TdClassName
{
border-color: #CCB764;
}
.TagClassName
{
border-color: #CCB764;
}
</style>