Shades of Tacha #CCB161
Tints of Tacha #CCB161
RGB
CMYK
RGB Variations
Color information
#CCB161 (or 0xCCB161) is known color: Tacha. HEX triplet: CC, B1 and 61. RGB value is (204,177,97). Sum of RGB (Red+Green+Blue) = 204+177+97=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB161 is #334E9E. Grayscale: #B0B0B0. Windows color (decimal): -3362463 or 6402508. OLE color: 6402508.
HSL color Cylindrical-coordinate representation of color #CCB161: hue angle of 44.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCB161 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 97 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.2 |
| HSL | 44.86º | 0.51% | 0.59% | - |
| HSV(B) | 44.86º | 0.52% | 0.8% | - |
| XYZ | 42.78 | 45.14 | 17.77 | - |
| YUV | 175.95 | 83.45 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 97 | 0 | 0.13 | 0.52 | 0.2 | 44.86 | 0.51 | 0.59 |
| Hex | CC | B1 | 61 | 0 | D | 34 | 14 | 2D | 33 | 3B |
| Octal | 314 | 261 | 141 | 0 | 15 | 64 | 24 | 55 | 63 | 73 |
| Binary | 11001100 | 10110001 | 1100001 | 0 | 1101 | 110100 | 10100 | 101101 | 110011 | 111011 |
Color Harmonies of #CCB161
Complementary color
Monochromatic Colors of #CCB161
Black with #CCB161
Text Example
Text Example
White with #CCB161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB161; }
p { color: rgb(204,177,97); }
H1.HeaderClassName
{
color: #CCB161;
}
.AnyTagClassName
{
color: #CCB161;
}
</style>
background-color css
<style>
a { background-color: #CCB161; }
a { background-color: rgb(204,177,97); }
div.DivClassName
{
background-color: #CCB161;
}
.BgClassName
{
background-color: #CCB161;
}
</style>
border-color css
<style>
span { border-color: #CCB161; }
span { border-color: rgb(204,177,97); }
td.TdClassName
{
border-color: #CCB161;
}
.TagClassName
{
border-color: #CCB161;
}
</style>