Shades of Tacha #CCC05F
Tints of Tacha #CCC05F
RGB
CMYK
RGB Variations
Color information
#CCC05F (or 0xCCC05F) is known color: Tacha. HEX triplet: CC, C0 and 5F. RGB value is (204,192,95). Sum of RGB (Red+Green+Blue) = 204+192+95=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC05F is #333FA0. Grayscale: #B8B8B8. Windows color (decimal): -3358625 or 6275276. OLE color: 6275276.
HSL color Cylindrical-coordinate representation of color #CCC05F: hue angle of 53.39º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCC05F is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 95 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.2 |
| HSL | 53.39º | 0.52% | 0.59% | - |
| HSV(B) | 53.39º | 0.53% | 0.8% | - |
| XYZ | 45.82 | 51.36 | 18.33 | - |
| YUV | 184.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 95 | 0 | 0.06 | 0.53 | 0.2 | 53.39 | 0.52 | 0.59 |
| Hex | CC | C0 | 5F | 0 | 6 | 35 | 14 | 35 | 34 | 3B |
| Octal | 314 | 300 | 137 | 0 | 6 | 65 | 24 | 65 | 64 | 73 |
| Binary | 11001100 | 11000000 | 1011111 | 0 | 110 | 110101 | 10100 | 110101 | 110100 | 111011 |
Color Harmonies of #CCC05F
Complementary color
Monochromatic Colors of #CCC05F
Black with #CCC05F
Text Example
Text Example
White with #CCC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC05F; }
p { color: rgb(204,192,95); }
H1.HeaderClassName
{
color: #CCC05F;
}
.AnyTagClassName
{
color: #CCC05F;
}
</style>
background-color css
<style>
a { background-color: #CCC05F; }
a { background-color: rgb(204,192,95); }
div.DivClassName
{
background-color: #CCC05F;
}
.BgClassName
{
background-color: #CCC05F;
}
</style>
border-color css
<style>
span { border-color: #CCC05F; }
span { border-color: rgb(204,192,95); }
td.TdClassName
{
border-color: #CCC05F;
}
.TagClassName
{
border-color: #CCC05F;
}
</style>