Shades of Tacha #CAC263
Tints of Tacha #CAC263
RGB
CMYK
RGB Variations
Color information
#CAC263 (or 0xCAC263) is known color: Tacha. HEX triplet: CA, C2 and 63. RGB value is (202,194,99). Sum of RGB (Red+Green+Blue) = 202+194+99=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC263 is #353D9C. Grayscale: #B9B9B9. Windows color (decimal): -3489181 or 6537930. OLE color: 6537930.
HSL color Cylindrical-coordinate representation of color #CAC263: hue angle of 55.34º 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 #CAC263 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 99 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.21 |
| HSL | 55.34º | 0.49% | 0.59% | - |
| HSV(B) | 55.34º | 0.51% | 0.79% | - |
| XYZ | 45.9 | 52.04 | 19.43 | - |
| YUV | 185.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 99 | 0 | 0.04 | 0.51 | 0.21 | 55.34 | 0.49 | 0.59 |
| Hex | CA | C2 | 63 | 0 | 4 | 33 | 15 | 37 | 31 | 3B |
| Octal | 312 | 302 | 143 | 0 | 4 | 63 | 25 | 67 | 61 | 73 |
| Binary | 11001010 | 11000010 | 1100011 | 0 | 100 | 110011 | 10101 | 110111 | 110001 | 111011 |
Color Harmonies of #CAC263
Complementary color
Monochromatic Colors of #CAC263
Black with #CAC263
Text Example
Text Example
White with #CAC263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC263; }
p { color: rgb(202,194,99); }
H1.HeaderClassName
{
color: #CAC263;
}
.AnyTagClassName
{
color: #CAC263;
}
</style>
background-color css
<style>
a { background-color: #CAC263; }
a { background-color: rgb(202,194,99); }
div.DivClassName
{
background-color: #CAC263;
}
.BgClassName
{
background-color: #CAC263;
}
</style>
border-color css
<style>
span { border-color: #CAC263; }
span { border-color: rgb(202,194,99); }
td.TdClassName
{
border-color: #CAC263;
}
.TagClassName
{
border-color: #CAC263;
}
</style>