Shades of Tacha #CCC354
Tints of Tacha #CCC354
RGB
CMYK
RGB Variations
Color information
#CCC354 (or 0xCCC354) is known color: Tacha. HEX triplet: CC, C3 and 54. RGB value is (204,195,84). Sum of RGB (Red+Green+Blue) = 204+195+84=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC354 is #333CAB. Grayscale: #B9B9B9. Windows color (decimal): -3357868 or 5555148. OLE color: 5555148.
HSL color Cylindrical-coordinate representation of color #CCC354: hue angle of 55.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCC354 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 84 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.2 |
| HSL | 55.5º | 0.54% | 0.56% | - |
| HSV(B) | 55.5º | 0.59% | 0.8% | - |
| XYZ | 46.02 | 52.51 | 16.1 | - |
| YUV | 185.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 84 | 0 | 0.04 | 0.59 | 0.2 | 55.5 | 0.54 | 0.56 |
| Hex | CC | C3 | 54 | 0 | 4 | 3B | 14 | 38 | 36 | 38 |
| Octal | 314 | 303 | 124 | 0 | 4 | 73 | 24 | 70 | 66 | 70 |
| Binary | 11001100 | 11000011 | 1010100 | 0 | 100 | 111011 | 10100 | 111000 | 110110 | 111000 |
Color Harmonies of #CCC354
Complementary color
Monochromatic Colors of #CCC354
Black with #CCC354
Text Example
Text Example
White with #CCC354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC354; }
p { color: rgb(204,195,84); }
H1.HeaderClassName
{
color: #CCC354;
}
.AnyTagClassName
{
color: #CCC354;
}
</style>
background-color css
<style>
a { background-color: #CCC354; }
a { background-color: rgb(204,195,84); }
div.DivClassName
{
background-color: #CCC354;
}
.BgClassName
{
background-color: #CCC354;
}
</style>
border-color css
<style>
span { border-color: #CCC354; }
span { border-color: rgb(204,195,84); }
td.TdClassName
{
border-color: #CCC354;
}
.TagClassName
{
border-color: #CCC354;
}
</style>