Shades of Tacha #CCB666
Tints of Tacha #CCB666
RGB
CMYK
RGB Variations
Color information
#CCB666 (or 0xCCB666) is known color: Tacha. HEX triplet: CC, B6 and 66. RGB value is (204,182,102). Sum of RGB (Red+Green+Blue) = 204+182+102=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB666 is #334999. Grayscale: #B3B3B3. Windows color (decimal): -3361178 or 6731468. OLE color: 6731468.
HSL color Cylindrical-coordinate representation of color #CCB666: hue angle of 47.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCB666 is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 102 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.2 |
| HSL | 47.06º | 0.5% | 0.6% | - |
| HSV(B) | 47.06º | 0.5% | 0.8% | - |
| XYZ | 44.03 | 47.25 | 19.37 | - |
| YUV | 179.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 102 | 0 | 0.11 | 0.5 | 0.2 | 47.06 | 0.5 | 0.6 |
| Hex | CC | B6 | 66 | 0 | B | 32 | 14 | 2F | 32 | 3C |
| Octal | 314 | 266 | 146 | 0 | 13 | 62 | 24 | 57 | 62 | 74 |
| Binary | 11001100 | 10110110 | 1100110 | 0 | 1011 | 110010 | 10100 | 101111 | 110010 | 111100 |
Color Harmonies of #CCB666
Complementary color
Monochromatic Colors of #CCB666
Black with #CCB666
Text Example
Text Example
White with #CCB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB666; }
p { color: rgb(204,182,102); }
H1.HeaderClassName
{
color: #CCB666;
}
.AnyTagClassName
{
color: #CCB666;
}
</style>
background-color css
<style>
a { background-color: #CCB666; }
a { background-color: rgb(204,182,102); }
div.DivClassName
{
background-color: #CCB666;
}
.BgClassName
{
background-color: #CCB666;
}
</style>
border-color css
<style>
span { border-color: #CCB666; }
span { border-color: rgb(204,182,102); }
td.TdClassName
{
border-color: #CCB666;
}
.TagClassName
{
border-color: #CCB666;
}
</style>