Shades of Tacha #CCB163
Tints of Tacha #CCB163
RGB
CMYK
RGB Variations
Color information
#CCB163 (or 0xCCB163) is known color: Tacha. HEX triplet: CC, B1 and 63. RGB value is (204,177,99). Sum of RGB (Red+Green+Blue) = 204+177+99=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB163 is #334E9C. Grayscale: #B0B0B0. Windows color (decimal): -3362461 or 6533580. OLE color: 6533580.
HSL color Cylindrical-coordinate representation of color #CCB163: hue angle of 44.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCB163 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 99 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.2 |
| HSL | 44.57º | 0.51% | 0.59% | - |
| HSV(B) | 44.57º | 0.51% | 0.8% | - |
| XYZ | 42.88 | 45.18 | 18.27 | - |
| YUV | 176.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 99 | 0 | 0.13 | 0.51 | 0.2 | 44.57 | 0.51 | 0.59 |
| Hex | CC | B1 | 63 | 0 | D | 33 | 14 | 2D | 33 | 3B |
| Octal | 314 | 261 | 143 | 0 | 15 | 63 | 24 | 55 | 63 | 73 |
| Binary | 11001100 | 10110001 | 1100011 | 0 | 1101 | 110011 | 10100 | 101101 | 110011 | 111011 |
Color Harmonies of #CCB163
Complementary color
Monochromatic Colors of #CCB163
Black with #CCB163
Text Example
Text Example
White with #CCB163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB163; }
p { color: rgb(204,177,99); }
H1.HeaderClassName
{
color: #CCB163;
}
.AnyTagClassName
{
color: #CCB163;
}
</style>
background-color css
<style>
a { background-color: #CCB163; }
a { background-color: rgb(204,177,99); }
div.DivClassName
{
background-color: #CCB163;
}
.BgClassName
{
background-color: #CCB163;
}
</style>
border-color css
<style>
span { border-color: #CCB163; }
span { border-color: rgb(204,177,99); }
td.TdClassName
{
border-color: #CCB163;
}
.TagClassName
{
border-color: #CCB163;
}
</style>