Shades of Tacha #CCB864
Tints of Tacha #CCB864
RGB
CMYK
RGB Variations
Color information
#CCB864 (or 0xCCB864) is known color: Tacha. HEX triplet: CC, B8 and 64. RGB value is (204,184,100). Sum of RGB (Red+Green+Blue) = 204+184+100=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB864 is #33479B. Grayscale: #B4B4B4. Windows color (decimal): -3360668 or 6600908. OLE color: 6600908.
HSL color Cylindrical-coordinate representation of color #CCB864: hue angle of 48.46º 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 #CCB864 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 100 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.2 |
| HSL | 48.46º | 0.5% | 0.6% | - |
| HSV(B) | 48.46º | 0.51% | 0.8% | - |
| XYZ | 44.34 | 48.04 | 18.99 | - |
| YUV | 180.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 100 | 0 | 0.10 | 0.51 | 0.2 | 48.46 | 0.5 | 0.6 |
| Hex | CC | B8 | 64 | 0 | A | 33 | 14 | 30 | 32 | 3C |
| Octal | 314 | 270 | 144 | 0 | 12 | 63 | 24 | 60 | 62 | 74 |
| Binary | 11001100 | 10111000 | 1100100 | 0 | 1010 | 110011 | 10100 | 110000 | 110010 | 111100 |
Color Harmonies of #CCB864
Complementary color
Monochromatic Colors of #CCB864
Black with #CCB864
Text Example
Text Example
White with #CCB864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB864; }
p { color: rgb(204,184,100); }
H1.HeaderClassName
{
color: #CCB864;
}
.AnyTagClassName
{
color: #CCB864;
}
</style>
background-color css
<style>
a { background-color: #CCB864; }
a { background-color: rgb(204,184,100); }
div.DivClassName
{
background-color: #CCB864;
}
.BgClassName
{
background-color: #CCB864;
}
</style>
border-color css
<style>
span { border-color: #CCB864; }
span { border-color: rgb(204,184,100); }
td.TdClassName
{
border-color: #CCB864;
}
.TagClassName
{
border-color: #CCB864;
}
</style>