Shades of Tacha #CCB660
Tints of Tacha #CCB660
RGB
CMYK
RGB Variations
Color information
#CCB660 (or 0xCCB660) is known color: Tacha. HEX triplet: CC, B6 and 60. RGB value is (204,182,96). Sum of RGB (Red+Green+Blue) = 204+182+96=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB660 is #33499F. Grayscale: #B3B3B3. Windows color (decimal): -3361184 or 6338252. OLE color: 6338252.
HSL color Cylindrical-coordinate representation of color #CCB660: hue angle of 47.78º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCB660 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 96 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.2 |
| HSL | 47.78º | 0.51% | 0.59% | - |
| HSV(B) | 47.78º | 0.53% | 0.8% | - |
| XYZ | 43.74 | 47.14 | 17.86 | - |
| YUV | 178.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 96 | 0 | 0.11 | 0.53 | 0.2 | 47.78 | 0.51 | 0.59 |
| Hex | CC | B6 | 60 | 0 | B | 35 | 14 | 30 | 33 | 3B |
| Octal | 314 | 266 | 140 | 0 | 13 | 65 | 24 | 60 | 63 | 73 |
| Binary | 11001100 | 10110110 | 1100000 | 0 | 1011 | 110101 | 10100 | 110000 | 110011 | 111011 |
Color Harmonies of #CCB660
Complementary color
Monochromatic Colors of #CCB660
Black with #CCB660
Text Example
Text Example
White with #CCB660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB660; }
p { color: rgb(204,182,96); }
H1.HeaderClassName
{
color: #CCB660;
}
.AnyTagClassName
{
color: #CCB660;
}
</style>
background-color css
<style>
a { background-color: #CCB660; }
a { background-color: rgb(204,182,96); }
div.DivClassName
{
background-color: #CCB660;
}
.BgClassName
{
background-color: #CCB660;
}
</style>
border-color css
<style>
span { border-color: #CCB660; }
span { border-color: rgb(204,182,96); }
td.TdClassName
{
border-color: #CCB660;
}
.TagClassName
{
border-color: #CCB660;
}
</style>