Shades of Tacha #CAC163
Tints of Tacha #CAC163
RGB
CMYK
RGB Variations
Color information
#CAC163 (or 0xCAC163) is known color: Tacha. HEX triplet: CA, C1 and 63. RGB value is (202,193,99). Sum of RGB (Red+Green+Blue) = 202+193+99=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC163 is #353E9C. Grayscale: #B9B9B9. Windows color (decimal): -3489437 or 6537674. OLE color: 6537674.
HSL color Cylindrical-coordinate representation of color #CAC163: hue angle of 54.76º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAC163 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 99 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.21 |
| HSL | 54.76º | 0.49% | 0.59% | - |
| HSV(B) | 54.76º | 0.51% | 0.79% | - |
| XYZ | 45.68 | 51.6 | 19.36 | - |
| YUV | 184.98 | 79.48 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 99 | 0 | 0.04 | 0.51 | 0.21 | 54.76 | 0.49 | 0.59 |
| Hex | CA | C1 | 63 | 0 | 4 | 33 | 15 | 37 | 31 | 3B |
| Octal | 312 | 301 | 143 | 0 | 4 | 63 | 25 | 67 | 61 | 73 |
| Binary | 11001010 | 11000001 | 1100011 | 0 | 100 | 110011 | 10101 | 110111 | 110001 | 111011 |
Color Harmonies of #CAC163
Complementary color
Monochromatic Colors of #CAC163
Black with #CAC163
Text Example
Text Example
White with #CAC163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC163; }
p { color: rgb(202,193,99); }
H1.HeaderClassName
{
color: #CAC163;
}
.AnyTagClassName
{
color: #CAC163;
}
</style>
background-color css
<style>
a { background-color: #CAC163; }
a { background-color: rgb(202,193,99); }
div.DivClassName
{
background-color: #CAC163;
}
.BgClassName
{
background-color: #CAC163;
}
</style>
border-color css
<style>
span { border-color: #CAC163; }
span { border-color: rgb(202,193,99); }
td.TdClassName
{
border-color: #CAC163;
}
.TagClassName
{
border-color: #CAC163;
}
</style>