Shades of Tacha #CCC050
Tints of Tacha #CCC050
RGB
CMYK
RGB Variations
Color information
#CCC050 (or 0xCCC050) is known color: Tacha. HEX triplet: CC, C0 and 50. RGB value is (204,192,80). Sum of RGB (Red+Green+Blue) = 204+192+80=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC050 is #333FAF. Grayscale: #B7B7B7. Windows color (decimal): -3358640 or 5292236. OLE color: 5292236.
HSL color Cylindrical-coordinate representation of color #CCC050: hue angle of 54.19º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCC050 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 80 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.2 |
| HSL | 54.19º | 0.55% | 0.56% | - |
| HSV(B) | 54.19º | 0.61% | 0.8% | - |
| XYZ | 45.2 | 51.12 | 15.07 | - |
| YUV | 182.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 80 | 0 | 0.06 | 0.61 | 0.2 | 54.19 | 0.55 | 0.56 |
| Hex | CC | C0 | 50 | 0 | 6 | 3D | 14 | 36 | 37 | 38 |
| Octal | 314 | 300 | 120 | 0 | 6 | 75 | 24 | 66 | 67 | 70 |
| Binary | 11001100 | 11000000 | 1010000 | 0 | 110 | 111101 | 10100 | 110110 | 110111 | 111000 |
Color Harmonies of #CCC050
Complementary color
Monochromatic Colors of #CCC050
Black with #CCC050
Text Example
Text Example
White with #CCC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC050; }
p { color: rgb(204,192,80); }
H1.HeaderClassName
{
color: #CCC050;
}
.AnyTagClassName
{
color: #CCC050;
}
</style>
background-color css
<style>
a { background-color: #CCC050; }
a { background-color: rgb(204,192,80); }
div.DivClassName
{
background-color: #CCC050;
}
.BgClassName
{
background-color: #CCC050;
}
</style>
border-color css
<style>
span { border-color: #CCC050; }
span { border-color: rgb(204,192,80); }
td.TdClassName
{
border-color: #CCC050;
}
.TagClassName
{
border-color: #CCC050;
}
</style>