Shades of Tacha #CAC160
Tints of Tacha #CAC160
RGB
CMYK
RGB Variations
Color information
#CAC160 (or 0xCAC160) is known color: Tacha. HEX triplet: CA, C1 and 60. RGB value is (202,193,96). Sum of RGB (Red+Green+Blue) = 202+193+96=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC160 is #353E9F. Grayscale: #B9B9B9. Windows color (decimal): -3489440 or 6341066. OLE color: 6341066.
HSL color Cylindrical-coordinate representation of color #CAC160: hue angle of 54.91º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAC160 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 96 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.21 |
| HSL | 54.91º | 0.5% | 0.58% | - |
| HSV(B) | 54.91º | 0.52% | 0.79% | - |
| XYZ | 45.54 | 51.54 | 18.61 | - |
| YUV | 184.63 | 77.98 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 96 | 0 | 0.04 | 0.52 | 0.21 | 54.91 | 0.5 | 0.58 |
| Hex | CA | C1 | 60 | 0 | 4 | 34 | 15 | 37 | 32 | 3A |
| Octal | 312 | 301 | 140 | 0 | 4 | 64 | 25 | 67 | 62 | 72 |
| Binary | 11001010 | 11000001 | 1100000 | 0 | 100 | 110100 | 10101 | 110111 | 110010 | 111010 |
Color Harmonies of #CAC160
Complementary color
Monochromatic Colors of #CAC160
Black with #CAC160
Text Example
Text Example
White with #CAC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC160; }
p { color: rgb(202,193,96); }
H1.HeaderClassName
{
color: #CAC160;
}
.AnyTagClassName
{
color: #CAC160;
}
</style>
background-color css
<style>
a { background-color: #CAC160; }
a { background-color: rgb(202,193,96); }
div.DivClassName
{
background-color: #CAC160;
}
.BgClassName
{
background-color: #CAC160;
}
</style>
border-color css
<style>
span { border-color: #CAC160; }
span { border-color: rgb(202,193,96); }
td.TdClassName
{
border-color: #CAC160;
}
.TagClassName
{
border-color: #CAC160;
}
</style>