Shades of Tacha #CCB564
Tints of Tacha #CCB564
RGB
CMYK
RGB Variations
Color information
#CCB564 (or 0xCCB564) is known color: Tacha. HEX triplet: CC, B5 and 64. RGB value is (204,181,100). Sum of RGB (Red+Green+Blue) = 204+181+100=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB564 is #334A9B. Grayscale: #B2B2B2. Windows color (decimal): -3361436 or 6600140. OLE color: 6600140.
HSL color Cylindrical-coordinate representation of color #CCB564: hue angle of 46.73º 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 #CCB564 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 100 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.2 |
| HSL | 46.73º | 0.5% | 0.6% | - |
| HSV(B) | 46.73º | 0.51% | 0.8% | - |
| XYZ | 43.73 | 46.81 | 18.79 | - |
| YUV | 178.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 100 | 0 | 0.11 | 0.51 | 0.2 | 46.73 | 0.5 | 0.6 |
| Hex | CC | B5 | 64 | 0 | B | 33 | 14 | 2F | 32 | 3C |
| Octal | 314 | 265 | 144 | 0 | 13 | 63 | 24 | 57 | 62 | 74 |
| Binary | 11001100 | 10110101 | 1100100 | 0 | 1011 | 110011 | 10100 | 101111 | 110010 | 111100 |
Color Harmonies of #CCB564
Complementary color
Monochromatic Colors of #CCB564
Black with #CCB564
Text Example
Text Example
White with #CCB564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB564; }
p { color: rgb(204,181,100); }
H1.HeaderClassName
{
color: #CCB564;
}
.AnyTagClassName
{
color: #CCB564;
}
</style>
background-color css
<style>
a { background-color: #CCB564; }
a { background-color: rgb(204,181,100); }
div.DivClassName
{
background-color: #CCB564;
}
.BgClassName
{
background-color: #CCB564;
}
</style>
border-color css
<style>
span { border-color: #CCB564; }
span { border-color: rgb(204,181,100); }
td.TdClassName
{
border-color: #CCB564;
}
.TagClassName
{
border-color: #CCB564;
}
</style>