Shades of Tacha #CCC35A
Tints of Tacha #CCC35A
RGB
CMYK
RGB Variations
Color information
#CCC35A (or 0xCCC35A) is known color: Tacha. HEX triplet: CC, C3 and 5A. RGB value is (204,195,90). Sum of RGB (Red+Green+Blue) = 204+195+90=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC35A is #333CA5. Grayscale: #BABABA. Windows color (decimal): -3357862 or 5948364. OLE color: 5948364.
HSL color Cylindrical-coordinate representation of color #CCC35A: hue angle of 55.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCC35A is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 90 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.2 |
| HSL | 55.26º | 0.53% | 0.58% | - |
| HSV(B) | 55.26º | 0.56% | 0.8% | - |
| XYZ | 46.26 | 52.61 | 17.39 | - |
| YUV | 185.72 | 73.98 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 90 | 0 | 0.04 | 0.56 | 0.2 | 55.26 | 0.53 | 0.58 |
| Hex | CC | C3 | 5A | 0 | 4 | 38 | 14 | 37 | 35 | 3A |
| Octal | 314 | 303 | 132 | 0 | 4 | 70 | 24 | 67 | 65 | 72 |
| Binary | 11001100 | 11000011 | 1011010 | 0 | 100 | 111000 | 10100 | 110111 | 110101 | 111010 |
Color Harmonies of #CCC35A
Complementary color
Monochromatic Colors of #CCC35A
Black with #CCC35A
Text Example
Text Example
White with #CCC35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC35A; }
p { color: rgb(204,195,90); }
H1.HeaderClassName
{
color: #CCC35A;
}
.AnyTagClassName
{
color: #CCC35A;
}
</style>
background-color css
<style>
a { background-color: #CCC35A; }
a { background-color: rgb(204,195,90); }
div.DivClassName
{
background-color: #CCC35A;
}
.BgClassName
{
background-color: #CCC35A;
}
</style>
border-color css
<style>
span { border-color: #CCC35A; }
span { border-color: rgb(204,195,90); }
td.TdClassName
{
border-color: #CCC35A;
}
.TagClassName
{
border-color: #CCC35A;
}
</style>