Shades of Tacha #CCC067
Tints of Tacha #CCC067
RGB
CMYK
RGB Variations
Color information
#CCC067 (or 0xCCC067) is known color: Tacha. HEX triplet: CC, C0 and 67. RGB value is (204,192,103). Sum of RGB (Red+Green+Blue) = 204+192+103=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC067 is #333F98. Grayscale: #B9B9B9. Windows color (decimal): -3358617 or 6799564. OLE color: 6799564.
HSL color Cylindrical-coordinate representation of color #CCC067: hue angle of 52.87º 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 #CCC067 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 103 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.2 |
| HSL | 52.87º | 0.5% | 0.6% | - |
| HSV(B) | 52.87º | 0.5% | 0.8% | - |
| XYZ | 46.2 | 51.52 | 20.34 | - |
| YUV | 185.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 103 | 0 | 0.06 | 0.50 | 0.2 | 52.87 | 0.5 | 0.6 |
| Hex | CC | C0 | 67 | 0 | 6 | 32 | 14 | 35 | 32 | 3C |
| Octal | 314 | 300 | 147 | 0 | 6 | 62 | 24 | 65 | 62 | 74 |
| Binary | 11001100 | 11000000 | 1100111 | 0 | 110 | 110010 | 10100 | 110101 | 110010 | 111100 |
Color Harmonies of #CCC067
Complementary color
Monochromatic Colors of #CCC067
Black with #CCC067
Text Example
Text Example
White with #CCC067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC067; }
p { color: rgb(204,192,103); }
H1.HeaderClassName
{
color: #CCC067;
}
.AnyTagClassName
{
color: #CCC067;
}
</style>
background-color css
<style>
a { background-color: #CCC067; }
a { background-color: rgb(204,192,103); }
div.DivClassName
{
background-color: #CCC067;
}
.BgClassName
{
background-color: #CCC067;
}
</style>
border-color css
<style>
span { border-color: #CCC067; }
span { border-color: rgb(204,192,103); }
td.TdClassName
{
border-color: #CCC067;
}
.TagClassName
{
border-color: #CCC067;
}
</style>