Shades of Tacha #CCC167
Tints of Tacha #CCC167
RGB
CMYK
RGB Variations
Color information
#CCC167 (or 0xCCC167) is known color: Tacha. HEX triplet: CC, C1 and 67. RGB value is (204,193,103). Sum of RGB (Red+Green+Blue) = 204+193+103=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC167 is #333E98. Grayscale: #BABABA. Windows color (decimal): -3358361 or 6799820. OLE color: 6799820.
HSL color Cylindrical-coordinate representation of color #CCC167: hue angle of 53.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 #CCC167 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 103 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.2 |
| HSL | 53.47º | 0.5% | 0.6% | - |
| HSV(B) | 53.47º | 0.5% | 0.8% | - |
| XYZ | 46.42 | 51.96 | 20.41 | - |
| YUV | 186.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 103 | 0 | 0.05 | 0.50 | 0.2 | 53.47 | 0.5 | 0.6 |
| Hex | CC | C1 | 67 | 0 | 5 | 32 | 14 | 35 | 32 | 3C |
| Octal | 314 | 301 | 147 | 0 | 5 | 62 | 24 | 65 | 62 | 74 |
| Binary | 11001100 | 11000001 | 1100111 | 0 | 101 | 110010 | 10100 | 110101 | 110010 | 111100 |
Color Harmonies of #CCC167
Complementary color
Monochromatic Colors of #CCC167
Black with #CCC167
Text Example
Text Example
White with #CCC167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC167; }
p { color: rgb(204,193,103); }
H1.HeaderClassName
{
color: #CCC167;
}
.AnyTagClassName
{
color: #CCC167;
}
</style>
background-color css
<style>
a { background-color: #CCC167; }
a { background-color: rgb(204,193,103); }
div.DivClassName
{
background-color: #CCC167;
}
.BgClassName
{
background-color: #CCC167;
}
</style>
border-color css
<style>
span { border-color: #CCC167; }
span { border-color: rgb(204,193,103); }
td.TdClassName
{
border-color: #CCC167;
}
.TagClassName
{
border-color: #CCC167;
}
</style>