Shades of Tacha #CCC454
Tints of Tacha #CCC454
RGB
CMYK
RGB Variations
Color information
#CCC454 (or 0xCCC454) is known color: Tacha. HEX triplet: CC, C4 and 54. RGB value is (204,196,84). Sum of RGB (Red+Green+Blue) = 204+196+84=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC454 is #333BAB. Grayscale: #BABABA. Windows color (decimal): -3357612 or 5555404. OLE color: 5555404.
HSL color Cylindrical-coordinate representation of color #CCC454: hue angle of 56º 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 #CCC454 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 84 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.2 |
| HSL | 56º | 0.54% | 0.56% | - |
| HSV(B) | 56º | 0.59% | 0.8% | - |
| XYZ | 46.24 | 52.96 | 16.17 | - |
| YUV | 185.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 84 | 0 | 0.04 | 0.59 | 0.2 | 56 | 0.54 | 0.56 |
| Hex | CC | C4 | 54 | 0 | 4 | 3B | 14 | 38 | 36 | 38 |
| Octal | 314 | 304 | 124 | 0 | 4 | 73 | 24 | 70 | 66 | 70 |
| Binary | 11001100 | 11000100 | 1010100 | 0 | 100 | 111011 | 10100 | 111000 | 110110 | 111000 |
Color Harmonies of #CCC454
Complementary color
Monochromatic Colors of #CCC454
Black with #CCC454
Text Example
Text Example
White with #CCC454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC454; }
p { color: rgb(204,196,84); }
H1.HeaderClassName
{
color: #CCC454;
}
.AnyTagClassName
{
color: #CCC454;
}
</style>
background-color css
<style>
a { background-color: #CCC454; }
a { background-color: rgb(204,196,84); }
div.DivClassName
{
background-color: #CCC454;
}
.BgClassName
{
background-color: #CCC454;
}
</style>
border-color css
<style>
span { border-color: #CCC454; }
span { border-color: rgb(204,196,84); }
td.TdClassName
{
border-color: #CCC454;
}
.TagClassName
{
border-color: #CCC454;
}
</style>