Shades of Tacha #CCC052
Tints of Tacha #CCC052
RGB
CMYK
RGB Variations
Color information
#CCC052 (or 0xCCC052) is known color: Tacha. HEX triplet: CC, C0 and 52. RGB value is (204,192,82). Sum of RGB (Red+Green+Blue) = 204+192+82=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC052 is #333FAD. Grayscale: #B7B7B7. Windows color (decimal): -3358638 or 5423308. OLE color: 5423308.
HSL color Cylindrical-coordinate representation of color #CCC052: hue angle of 54.1º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCC052 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 82 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.2 |
| HSL | 54.1º | 0.54% | 0.56% | - |
| HSV(B) | 54.1º | 0.6% | 0.8% | - |
| XYZ | 45.27 | 51.15 | 15.47 | - |
| YUV | 183.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 82 | 0 | 0.06 | 0.60 | 0.2 | 54.1 | 0.54 | 0.56 |
| Hex | CC | C0 | 52 | 0 | 6 | 3C | 14 | 36 | 36 | 38 |
| Octal | 314 | 300 | 122 | 0 | 6 | 74 | 24 | 66 | 66 | 70 |
| Binary | 11001100 | 11000000 | 1010010 | 0 | 110 | 111100 | 10100 | 110110 | 110110 | 111000 |
Color Harmonies of #CCC052
Complementary color
Monochromatic Colors of #CCC052
Black with #CCC052
Text Example
Text Example
White with #CCC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC052; }
p { color: rgb(204,192,82); }
H1.HeaderClassName
{
color: #CCC052;
}
.AnyTagClassName
{
color: #CCC052;
}
</style>
background-color css
<style>
a { background-color: #CCC052; }
a { background-color: rgb(204,192,82); }
div.DivClassName
{
background-color: #CCC052;
}
.BgClassName
{
background-color: #CCC052;
}
</style>
border-color css
<style>
span { border-color: #CCC052; }
span { border-color: rgb(204,192,82); }
td.TdClassName
{
border-color: #CCC052;
}
.TagClassName
{
border-color: #CCC052;
}
</style>