Shades of Tacha #CCB464
Tints of Tacha #CCB464
RGB
CMYK
RGB Variations
Color information
#CCB464 (or 0xCCB464) is known color: Tacha. HEX triplet: CC, B4 and 64. RGB value is (204,180,100). Sum of RGB (Red+Green+Blue) = 204+180+100=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB464 is #334B9B. Grayscale: #B2B2B2. Windows color (decimal): -3361692 or 6599884. OLE color: 6599884.
HSL color Cylindrical-coordinate representation of color #CCB464: hue angle of 46.15º 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 #CCB464 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 100 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.2 |
| HSL | 46.15º | 0.5% | 0.6% | - |
| HSV(B) | 46.15º | 0.51% | 0.8% | - |
| XYZ | 43.52 | 46.4 | 18.72 | - |
| YUV | 178.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 100 | 0 | 0.12 | 0.51 | 0.2 | 46.15 | 0.5 | 0.6 |
| Hex | CC | B4 | 64 | 0 | C | 33 | 14 | 2E | 32 | 3C |
| Octal | 314 | 264 | 144 | 0 | 14 | 63 | 24 | 56 | 62 | 74 |
| Binary | 11001100 | 10110100 | 1100100 | 0 | 1100 | 110011 | 10100 | 101110 | 110010 | 111100 |
Color Harmonies of #CCB464
Complementary color
Monochromatic Colors of #CCB464
Black with #CCB464
Text Example
Text Example
White with #CCB464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB464; }
p { color: rgb(204,180,100); }
H1.HeaderClassName
{
color: #CCB464;
}
.AnyTagClassName
{
color: #CCB464;
}
</style>
background-color css
<style>
a { background-color: #CCB464; }
a { background-color: rgb(204,180,100); }
div.DivClassName
{
background-color: #CCB464;
}
.BgClassName
{
background-color: #CCB464;
}
</style>
border-color css
<style>
span { border-color: #CCB464; }
span { border-color: rgb(204,180,100); }
td.TdClassName
{
border-color: #CCB464;
}
.TagClassName
{
border-color: #CCB464;
}
</style>