Shades of Tacha #CCC263
Tints of Tacha #CCC263
RGB
CMYK
RGB Variations
Color information
#CCC263 (or 0xCCC263) is known color: Tacha. HEX triplet: CC, C2 and 63. RGB value is (204,194,99). Sum of RGB (Red+Green+Blue) = 204+194+99=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC263 is #333D9C. Grayscale: #BABABA. Windows color (decimal): -3358109 or 6537932. OLE color: 6537932.
HSL color Cylindrical-coordinate representation of color #CCC263: hue angle of 54.29º 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 #CCC263 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 99 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.2 |
| HSL | 54.29º | 0.51% | 0.59% | - |
| HSV(B) | 54.29º | 0.51% | 0.8% | - |
| XYZ | 46.45 | 52.32 | 19.46 | - |
| YUV | 186.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 99 | 0 | 0.05 | 0.51 | 0.2 | 54.29 | 0.51 | 0.59 |
| Hex | CC | C2 | 63 | 0 | 5 | 33 | 14 | 36 | 33 | 3B |
| Octal | 314 | 302 | 143 | 0 | 5 | 63 | 24 | 66 | 63 | 73 |
| Binary | 11001100 | 11000010 | 1100011 | 0 | 101 | 110011 | 10100 | 110110 | 110011 | 111011 |
Color Harmonies of #CCC263
Complementary color
Monochromatic Colors of #CCC263
Black with #CCC263
Text Example
Text Example
White with #CCC263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC263; }
p { color: rgb(204,194,99); }
H1.HeaderClassName
{
color: #CCC263;
}
.AnyTagClassName
{
color: #CCC263;
}
</style>
background-color css
<style>
a { background-color: #CCC263; }
a { background-color: rgb(204,194,99); }
div.DivClassName
{
background-color: #CCC263;
}
.BgClassName
{
background-color: #CCC263;
}
</style>
border-color css
<style>
span { border-color: #CCC263; }
span { border-color: rgb(204,194,99); }
td.TdClassName
{
border-color: #CCC263;
}
.TagClassName
{
border-color: #CCC263;
}
</style>