Shades of Tacha #CCC254
Tints of Tacha #CCC254
RGB
CMYK
RGB Variations
Color information
#CCC254 (or 0xCCC254) is known color: Tacha. HEX triplet: CC, C2 and 54. RGB value is (204,194,84). Sum of RGB (Red+Green+Blue) = 204+194+84=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC254 is #333DAB. Grayscale: #B8B8B8. Windows color (decimal): -3358124 or 5554892. OLE color: 5554892.
HSL color Cylindrical-coordinate representation of color #CCC254: hue angle of 55º 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 #CCC254 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 84 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.2 |
| HSL | 55º | 0.54% | 0.56% | - |
| HSV(B) | 55º | 0.59% | 0.8% | - |
| XYZ | 45.79 | 52.06 | 16.02 | - |
| YUV | 184.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 84 | 0 | 0.05 | 0.59 | 0.2 | 55 | 0.54 | 0.56 |
| Hex | CC | C2 | 54 | 0 | 5 | 3B | 14 | 37 | 36 | 38 |
| Octal | 314 | 302 | 124 | 0 | 5 | 73 | 24 | 67 | 66 | 70 |
| Binary | 11001100 | 11000010 | 1010100 | 0 | 101 | 111011 | 10100 | 110111 | 110110 | 111000 |
Color Harmonies of #CCC254
Complementary color
Monochromatic Colors of #CCC254
Black with #CCC254
Text Example
Text Example
White with #CCC254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC254; }
p { color: rgb(204,194,84); }
H1.HeaderClassName
{
color: #CCC254;
}
.AnyTagClassName
{
color: #CCC254;
}
</style>
background-color css
<style>
a { background-color: #CCC254; }
a { background-color: rgb(204,194,84); }
div.DivClassName
{
background-color: #CCC254;
}
.BgClassName
{
background-color: #CCC254;
}
</style>
border-color css
<style>
span { border-color: #CCC254; }
span { border-color: rgb(204,194,84); }
td.TdClassName
{
border-color: #CCC254;
}
.TagClassName
{
border-color: #CCC254;
}
</style>