Shades of Tacha #CAC159
Tints of Tacha #CAC159
RGB
CMYK
RGB Variations
Color information
#CAC159 (or 0xCAC159) is known color: Tacha. HEX triplet: CA, C1 and 59. RGB value is (202,193,89). Sum of RGB (Red+Green+Blue) = 202+193+89=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC159 is #353EA6. Grayscale: #B8B8B8. Windows color (decimal): -3489447 or 5882314. OLE color: 5882314.
HSL color Cylindrical-coordinate representation of color #CAC159: hue angle of 55.22º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAC159 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 89 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.21 |
| HSL | 55.22º | 0.52% | 0.57% | - |
| HSV(B) | 55.22º | 0.56% | 0.79% | - |
| XYZ | 45.23 | 51.42 | 16.99 | - |
| YUV | 183.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 89 | 0 | 0.04 | 0.56 | 0.21 | 55.22 | 0.52 | 0.57 |
| Hex | CA | C1 | 59 | 0 | 4 | 38 | 15 | 37 | 34 | 39 |
| Octal | 312 | 301 | 131 | 0 | 4 | 70 | 25 | 67 | 64 | 71 |
| Binary | 11001010 | 11000001 | 1011001 | 0 | 100 | 111000 | 10101 | 110111 | 110100 | 111001 |
Color Harmonies of #CAC159
Complementary color
Monochromatic Colors of #CAC159
Black with #CAC159
Text Example
Text Example
White with #CAC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC159; }
p { color: rgb(202,193,89); }
H1.HeaderClassName
{
color: #CAC159;
}
.AnyTagClassName
{
color: #CAC159;
}
</style>
background-color css
<style>
a { background-color: #CAC159; }
a { background-color: rgb(202,193,89); }
div.DivClassName
{
background-color: #CAC159;
}
.BgClassName
{
background-color: #CAC159;
}
</style>
border-color css
<style>
span { border-color: #CAC159; }
span { border-color: rgb(202,193,89); }
td.TdClassName
{
border-color: #CAC159;
}
.TagClassName
{
border-color: #CAC159;
}
</style>