Shades of Tacha #CCC25B
Tints of Tacha #CCC25B
RGB
CMYK
RGB Variations
Color information
#CCC25B (or 0xCCC25B) is known color: Tacha. HEX triplet: CC, C2 and 5B. RGB value is (204,194,91). Sum of RGB (Red+Green+Blue) = 204+194+91=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC25B is #333DA4. Grayscale: #B9B9B9. Windows color (decimal): -3358117 or 6013644. OLE color: 6013644.
HSL color Cylindrical-coordinate representation of color #CCC25B: hue angle of 54.69º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCC25B is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 91 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.2 |
| HSL | 54.69º | 0.53% | 0.58% | - |
| HSV(B) | 54.69º | 0.55% | 0.8% | - |
| XYZ | 46.08 | 52.18 | 17.54 | - |
| YUV | 185.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 91 | 0 | 0.05 | 0.55 | 0.2 | 54.69 | 0.53 | 0.58 |
| Hex | CC | C2 | 5B | 0 | 5 | 37 | 14 | 37 | 35 | 3A |
| Octal | 314 | 302 | 133 | 0 | 5 | 67 | 24 | 67 | 65 | 72 |
| Binary | 11001100 | 11000010 | 1011011 | 0 | 101 | 110111 | 10100 | 110111 | 110101 | 111010 |
Color Harmonies of #CCC25B
Complementary color
Monochromatic Colors of #CCC25B
Black with #CCC25B
Text Example
Text Example
White with #CCC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC25B; }
p { color: rgb(204,194,91); }
H1.HeaderClassName
{
color: #CCC25B;
}
.AnyTagClassName
{
color: #CCC25B;
}
</style>
background-color css
<style>
a { background-color: #CCC25B; }
a { background-color: rgb(204,194,91); }
div.DivClassName
{
background-color: #CCC25B;
}
.BgClassName
{
background-color: #CCC25B;
}
</style>
border-color css
<style>
span { border-color: #CCC25B; }
span { border-color: rgb(204,194,91); }
td.TdClassName
{
border-color: #CCC25B;
}
.TagClassName
{
border-color: #CCC25B;
}
</style>