Shades of Tacha #CCC265
Tints of Tacha #CCC265
RGB
CMYK
RGB Variations
Color information
#CCC265 (or 0xCCC265) is known color: Tacha. HEX triplet: CC, C2 and 65. RGB value is (204,194,101). Sum of RGB (Red+Green+Blue) = 204+194+101=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC265 is #333D9A. Grayscale: #BABABA. Windows color (decimal): -3358107 or 6669004. OLE color: 6669004.
HSL color Cylindrical-coordinate representation of color #CCC265: hue angle of 54.17º 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 #CCC265 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 101 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.2 |
| HSL | 54.17º | 0.5% | 0.6% | - |
| HSV(B) | 54.17º | 0.5% | 0.8% | - |
| XYZ | 46.54 | 52.36 | 19.97 | - |
| YUV | 186.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 101 | 0 | 0.05 | 0.50 | 0.2 | 54.17 | 0.5 | 0.6 |
| Hex | CC | C2 | 65 | 0 | 5 | 32 | 14 | 36 | 32 | 3C |
| Octal | 314 | 302 | 145 | 0 | 5 | 62 | 24 | 66 | 62 | 74 |
| Binary | 11001100 | 11000010 | 1100101 | 0 | 101 | 110010 | 10100 | 110110 | 110010 | 111100 |
Color Harmonies of #CCC265
Complementary color
Monochromatic Colors of #CCC265
Black with #CCC265
Text Example
Text Example
White with #CCC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC265; }
p { color: rgb(204,194,101); }
H1.HeaderClassName
{
color: #CCC265;
}
.AnyTagClassName
{
color: #CCC265;
}
</style>
background-color css
<style>
a { background-color: #CCC265; }
a { background-color: rgb(204,194,101); }
div.DivClassName
{
background-color: #CCC265;
}
.BgClassName
{
background-color: #CCC265;
}
</style>
border-color css
<style>
span { border-color: #CCC265; }
span { border-color: rgb(204,194,101); }
td.TdClassName
{
border-color: #CCC265;
}
.TagClassName
{
border-color: #CCC265;
}
</style>