Shades of Tacha #CCC15D
Tints of Tacha #CCC15D
RGB
CMYK
RGB Variations
Color information
#CCC15D (or 0xCCC15D) is known color: Tacha. HEX triplet: CC, C1 and 5D. RGB value is (204,193,93). Sum of RGB (Red+Green+Blue) = 204+193+93=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC15D is #333EA2. Grayscale: #B9B9B9. Windows color (decimal): -3358371 or 6144460. OLE color: 6144460.
HSL color Cylindrical-coordinate representation of color #CCC15D: hue angle of 54.05º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCC15D is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 93 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.2 |
| HSL | 54.05º | 0.52% | 0.58% | - |
| HSV(B) | 54.05º | 0.54% | 0.8% | - |
| XYZ | 45.95 | 51.77 | 17.93 | - |
| YUV | 184.89 | 76.14 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 93 | 0 | 0.05 | 0.54 | 0.2 | 54.05 | 0.52 | 0.58 |
| Hex | CC | C1 | 5D | 0 | 5 | 36 | 14 | 36 | 34 | 3A |
| Octal | 314 | 301 | 135 | 0 | 5 | 66 | 24 | 66 | 64 | 72 |
| Binary | 11001100 | 11000001 | 1011101 | 0 | 101 | 110110 | 10100 | 110110 | 110100 | 111010 |
Color Harmonies of #CCC15D
Complementary color
Monochromatic Colors of #CCC15D
Black with #CCC15D
Text Example
Text Example
White with #CCC15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC15D; }
p { color: rgb(204,193,93); }
H1.HeaderClassName
{
color: #CCC15D;
}
.AnyTagClassName
{
color: #CCC15D;
}
</style>
background-color css
<style>
a { background-color: #CCC15D; }
a { background-color: rgb(204,193,93); }
div.DivClassName
{
background-color: #CCC15D;
}
.BgClassName
{
background-color: #CCC15D;
}
</style>
border-color css
<style>
span { border-color: #CCC15D; }
span { border-color: rgb(204,193,93); }
td.TdClassName
{
border-color: #CCC15D;
}
.TagClassName
{
border-color: #CCC15D;
}
</style>