Shades of Tacha #CAC060
Tints of Tacha #CAC060
RGB
CMYK
RGB Variations
Color information
#CAC060 (or 0xCAC060) is known color: Tacha. HEX triplet: CA, C0 and 60. RGB value is (202,192,96). Sum of RGB (Red+Green+Blue) = 202+192+96=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC060 is #353F9F. Grayscale: #B8B8B8. Windows color (decimal): -3489696 or 6340810. OLE color: 6340810.
HSL color Cylindrical-coordinate representation of color #CAC060: hue angle of 54.34º 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 #CAC060 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 96 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.21 |
| HSL | 54.34º | 0.5% | 0.58% | - |
| HSV(B) | 54.34º | 0.52% | 0.79% | - |
| XYZ | 45.32 | 51.1 | 18.54 | - |
| YUV | 184.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 96 | 0 | 0.05 | 0.52 | 0.21 | 54.34 | 0.5 | 0.58 |
| Hex | CA | C0 | 60 | 0 | 5 | 34 | 15 | 36 | 32 | 3A |
| Octal | 312 | 300 | 140 | 0 | 5 | 64 | 25 | 66 | 62 | 72 |
| Binary | 11001010 | 11000000 | 1100000 | 0 | 101 | 110100 | 10101 | 110110 | 110010 | 111010 |
Color Harmonies of #CAC060
Complementary color
Monochromatic Colors of #CAC060
Black with #CAC060
Text Example
Text Example
White with #CAC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC060; }
p { color: rgb(202,192,96); }
H1.HeaderClassName
{
color: #CAC060;
}
.AnyTagClassName
{
color: #CAC060;
}
</style>
background-color css
<style>
a { background-color: #CAC060; }
a { background-color: rgb(202,192,96); }
div.DivClassName
{
background-color: #CAC060;
}
.BgClassName
{
background-color: #CAC060;
}
</style>
border-color css
<style>
span { border-color: #CAC060; }
span { border-color: rgb(202,192,96); }
td.TdClassName
{
border-color: #CAC060;
}
.TagClassName
{
border-color: #CAC060;
}
</style>