Shades of Tacha #CCB566
Tints of Tacha #CCB566
RGB
CMYK
RGB Variations
Color information
#CCB566 (or 0xCCB566) is known color: Tacha. HEX triplet: CC, B5 and 66. RGB value is (204,181,102). Sum of RGB (Red+Green+Blue) = 204+181+102=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB566 is #334A99. Grayscale: #B3B3B3. Windows color (decimal): -3361434 or 6731212. OLE color: 6731212.
HSL color Cylindrical-coordinate representation of color #CCB566: hue angle of 46.47º 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 #CCB566 is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 102 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.2 |
| HSL | 46.47º | 0.5% | 0.6% | - |
| HSV(B) | 46.47º | 0.5% | 0.8% | - |
| XYZ | 43.82 | 46.84 | 19.3 | - |
| YUV | 178.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 102 | 0 | 0.11 | 0.5 | 0.2 | 46.47 | 0.5 | 0.6 |
| Hex | CC | B5 | 66 | 0 | B | 32 | 14 | 2E | 32 | 3C |
| Octal | 314 | 265 | 146 | 0 | 13 | 62 | 24 | 56 | 62 | 74 |
| Binary | 11001100 | 10110101 | 1100110 | 0 | 1011 | 110010 | 10100 | 101110 | 110010 | 111100 |
Color Harmonies of #CCB566
Complementary color
Monochromatic Colors of #CCB566
Black with #CCB566
Text Example
Text Example
White with #CCB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB566; }
p { color: rgb(204,181,102); }
H1.HeaderClassName
{
color: #CCB566;
}
.AnyTagClassName
{
color: #CCB566;
}
</style>
background-color css
<style>
a { background-color: #CCB566; }
a { background-color: rgb(204,181,102); }
div.DivClassName
{
background-color: #CCB566;
}
.BgClassName
{
background-color: #CCB566;
}
</style>
border-color css
<style>
span { border-color: #CCB566; }
span { border-color: rgb(204,181,102); }
td.TdClassName
{
border-color: #CCB566;
}
.TagClassName
{
border-color: #CCB566;
}
</style>