Shades of Tacha #CAC256
Tints of Tacha #CAC256
RGB
CMYK
RGB Variations
Color information
#CAC256 (or 0xCAC256) is known color: Tacha. HEX triplet: CA, C2 and 56. RGB value is (202,194,86). Sum of RGB (Red+Green+Blue) = 202+194+86=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC256 is #353DA9. Grayscale: #B8B8B8. Windows color (decimal): -3489194 or 5685962. OLE color: 5685962.
HSL color Cylindrical-coordinate representation of color #CAC256: hue angle of 55.86º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAC256 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 86 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.21 |
| HSL | 55.86º | 0.52% | 0.56% | - |
| HSV(B) | 55.86º | 0.57% | 0.79% | - |
| XYZ | 45.33 | 51.81 | 16.42 | - |
| YUV | 184.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 86 | 0 | 0.04 | 0.57 | 0.21 | 55.86 | 0.52 | 0.56 |
| Hex | CA | C2 | 56 | 0 | 4 | 39 | 15 | 38 | 34 | 38 |
| Octal | 312 | 302 | 126 | 0 | 4 | 71 | 25 | 70 | 64 | 70 |
| Binary | 11001010 | 11000010 | 1010110 | 0 | 100 | 111001 | 10101 | 111000 | 110100 | 111000 |
Color Harmonies of #CAC256
Complementary color
Monochromatic Colors of #CAC256
Black with #CAC256
Text Example
Text Example
White with #CAC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC256; }
p { color: rgb(202,194,86); }
H1.HeaderClassName
{
color: #CAC256;
}
.AnyTagClassName
{
color: #CAC256;
}
</style>
background-color css
<style>
a { background-color: #CAC256; }
a { background-color: rgb(202,194,86); }
div.DivClassName
{
background-color: #CAC256;
}
.BgClassName
{
background-color: #CAC256;
}
</style>
border-color css
<style>
span { border-color: #CAC256; }
span { border-color: rgb(202,194,86); }
td.TdClassName
{
border-color: #CAC256;
}
.TagClassName
{
border-color: #CAC256;
}
</style>