Shades of Tacha #CCB266
Tints of Tacha #CCB266
RGB
CMYK
RGB Variations
Color information
#CCB266 (or 0xCCB266) is known color: Tacha. HEX triplet: CC, B2 and 66. RGB value is (204,178,102). Sum of RGB (Red+Green+Blue) = 204+178+102=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB266 is #334D99. Grayscale: #B1B1B1. Windows color (decimal): -3362202 or 6730444. OLE color: 6730444.
HSL color Cylindrical-coordinate representation of color #CCB266: hue angle of 44.71º 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 #CCB266 is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 102 | - |
| CMYK | 0 | 0.13 | 0.5 | 0.2 |
| HSL | 44.71º | 0.5% | 0.6% | - |
| HSV(B) | 44.71º | 0.5% | 0.8% | - |
| XYZ | 43.22 | 45.64 | 19.1 | - |
| YUV | 177.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 102 | 0 | 0.13 | 0.5 | 0.2 | 44.71 | 0.5 | 0.6 |
| Hex | CC | B2 | 66 | 0 | D | 32 | 14 | 2D | 32 | 3C |
| Octal | 314 | 262 | 146 | 0 | 15 | 62 | 24 | 55 | 62 | 74 |
| Binary | 11001100 | 10110010 | 1100110 | 0 | 1101 | 110010 | 10100 | 101101 | 110010 | 111100 |
Color Harmonies of #CCB266
Complementary color
Monochromatic Colors of #CCB266
Black with #CCB266
Text Example
Text Example
White with #CCB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB266; }
p { color: rgb(204,178,102); }
H1.HeaderClassName
{
color: #CCB266;
}
.AnyTagClassName
{
color: #CCB266;
}
</style>
background-color css
<style>
a { background-color: #CCB266; }
a { background-color: rgb(204,178,102); }
div.DivClassName
{
background-color: #CCB266;
}
.BgClassName
{
background-color: #CCB266;
}
</style>
border-color css
<style>
span { border-color: #CCB266; }
span { border-color: rgb(204,178,102); }
td.TdClassName
{
border-color: #CCB266;
}
.TagClassName
{
border-color: #CCB266;
}
</style>