Shades of Tacha #CCC46A
Tints of Tacha #CCC46A
RGB
CMYK
RGB Variations
Color information
#CCC46A (or 0xCCC46A) is known color: Tacha. HEX triplet: CC, C4 and 6A. RGB value is (204,196,106). Sum of RGB (Red+Green+Blue) = 204+196+106=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC46A is #333B95. Grayscale: #BCBCBC. Windows color (decimal): -3357590 or 6997196. OLE color: 6997196.
HSL color Cylindrical-coordinate representation of color #CCC46A: hue angle of 55.1º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCC46A is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 106 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.2 |
| HSL | 55.1º | 0.49% | 0.61% | - |
| HSV(B) | 55.1º | 0.48% | 0.8% | - |
| XYZ | 47.24 | 53.36 | 21.44 | - |
| YUV | 188.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 106 | 0 | 0.04 | 0.48 | 0.2 | 55.1 | 0.49 | 0.61 |
| Hex | CC | C4 | 6A | 0 | 4 | 30 | 14 | 37 | 31 | 3D |
| Octal | 314 | 304 | 152 | 0 | 4 | 60 | 24 | 67 | 61 | 75 |
| Binary | 11001100 | 11000100 | 1101010 | 0 | 100 | 110000 | 10100 | 110111 | 110001 | 111101 |
Color Harmonies of #CCC46A
Complementary color
Monochromatic Colors of #CCC46A
Black with #CCC46A
Text Example
Text Example
White with #CCC46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC46A; }
p { color: rgb(204,196,106); }
H1.HeaderClassName
{
color: #CCC46A;
}
.AnyTagClassName
{
color: #CCC46A;
}
</style>
background-color css
<style>
a { background-color: #CCC46A; }
a { background-color: rgb(204,196,106); }
div.DivClassName
{
background-color: #CCC46A;
}
.BgClassName
{
background-color: #CCC46A;
}
</style>
border-color css
<style>
span { border-color: #CCC46A; }
span { border-color: rgb(204,196,106); }
td.TdClassName
{
border-color: #CCC46A;
}
.TagClassName
{
border-color: #CCC46A;
}
</style>