Shades of Tacha #CCC154
Tints of Tacha #CCC154
RGB
CMYK
RGB Variations
Color information
#CCC154 (or 0xCCC154) is known color: Tacha. HEX triplet: CC, C1 and 54. RGB value is (204,193,84). Sum of RGB (Red+Green+Blue) = 204+193+84=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC154 is #333EAB. Grayscale: #B8B8B8. Windows color (decimal): -3358380 or 5554636. OLE color: 5554636.
HSL color Cylindrical-coordinate representation of color #CCC154: hue angle of 54.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 #CCC154 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 84 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.2 |
| HSL | 54.5º | 0.54% | 0.56% | - |
| HSV(B) | 54.5º | 0.59% | 0.8% | - |
| XYZ | 45.57 | 51.62 | 15.95 | - |
| YUV | 183.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 84 | 0 | 0.05 | 0.59 | 0.2 | 54.5 | 0.54 | 0.56 |
| Hex | CC | C1 | 54 | 0 | 5 | 3B | 14 | 36 | 36 | 38 |
| Octal | 314 | 301 | 124 | 0 | 5 | 73 | 24 | 66 | 66 | 70 |
| Binary | 11001100 | 11000001 | 1010100 | 0 | 101 | 111011 | 10100 | 110110 | 110110 | 111000 |
Color Harmonies of #CCC154
Complementary color
Monochromatic Colors of #CCC154
Black with #CCC154
Text Example
Text Example
White with #CCC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC154; }
p { color: rgb(204,193,84); }
H1.HeaderClassName
{
color: #CCC154;
}
.AnyTagClassName
{
color: #CCC154;
}
</style>
background-color css
<style>
a { background-color: #CCC154; }
a { background-color: rgb(204,193,84); }
div.DivClassName
{
background-color: #CCC154;
}
.BgClassName
{
background-color: #CCC154;
}
</style>
border-color css
<style>
span { border-color: #CCC154; }
span { border-color: rgb(204,193,84); }
td.TdClassName
{
border-color: #CCC154;
}
.TagClassName
{
border-color: #CCC154;
}
</style>