Shades of Tacha #CCB160
Tints of Tacha #CCB160
RGB
CMYK
RGB Variations
Color information
#CCB160 (or 0xCCB160) is known color: Tacha. HEX triplet: CC, B1 and 60. RGB value is (204,177,96). Sum of RGB (Red+Green+Blue) = 204+177+96=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB160 is #334E9F. Grayscale: #B0B0B0. Windows color (decimal): -3362464 or 6336972. OLE color: 6336972.
HSL color Cylindrical-coordinate representation of color #CCB160: hue angle of 45º 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 #CCB160 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 96 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.2 |
| HSL | 45º | 0.51% | 0.59% | - |
| HSV(B) | 45º | 0.53% | 0.8% | - |
| XYZ | 42.74 | 45.13 | 17.52 | - |
| YUV | 175.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 96 | 0 | 0.13 | 0.53 | 0.2 | 45 | 0.51 | 0.59 |
| Hex | CC | B1 | 60 | 0 | D | 35 | 14 | 2D | 33 | 3B |
| Octal | 314 | 261 | 140 | 0 | 15 | 65 | 24 | 55 | 63 | 73 |
| Binary | 11001100 | 10110001 | 1100000 | 0 | 1101 | 110101 | 10100 | 101101 | 110011 | 111011 |
Color Harmonies of #CCB160
Complementary color
Monochromatic Colors of #CCB160
Black with #CCB160
Text Example
Text Example
White with #CCB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB160; }
p { color: rgb(204,177,96); }
H1.HeaderClassName
{
color: #CCB160;
}
.AnyTagClassName
{
color: #CCB160;
}
</style>
background-color css
<style>
a { background-color: #CCB160; }
a { background-color: rgb(204,177,96); }
div.DivClassName
{
background-color: #CCB160;
}
.BgClassName
{
background-color: #CCB160;
}
</style>
border-color css
<style>
span { border-color: #CCB160; }
span { border-color: rgb(204,177,96); }
td.TdClassName
{
border-color: #CCB160;
}
.TagClassName
{
border-color: #CCB160;
}
</style>