Shades of Tacha #CAC262
Tints of Tacha #CAC262
RGB
CMYK
RGB Variations
Color information
#CAC262 (or 0xCAC262) is known color: Tacha. HEX triplet: CA, C2 and 62. RGB value is (202,194,98). Sum of RGB (Red+Green+Blue) = 202+194+98=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC262 is #353D9D. Grayscale: #B9B9B9. Windows color (decimal): -3489182 or 6472394. OLE color: 6472394.
HSL color Cylindrical-coordinate representation of color #CAC262: hue angle of 55.38º degrees, saturation: 0.5, 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 #CAC262 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 98 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.21 |
| HSL | 55.38º | 0.5% | 0.59% | - |
| HSV(B) | 55.38º | 0.51% | 0.79% | - |
| XYZ | 45.85 | 52.02 | 19.18 | - |
| YUV | 185.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 98 | 0 | 0.04 | 0.51 | 0.21 | 55.38 | 0.5 | 0.59 |
| Hex | CA | C2 | 62 | 0 | 4 | 33 | 15 | 37 | 32 | 3B |
| Octal | 312 | 302 | 142 | 0 | 4 | 63 | 25 | 67 | 62 | 73 |
| Binary | 11001010 | 11000010 | 1100010 | 0 | 100 | 110011 | 10101 | 110111 | 110010 | 111011 |
Color Harmonies of #CAC262
Complementary color
Monochromatic Colors of #CAC262
Black with #CAC262
Text Example
Text Example
White with #CAC262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC262; }
p { color: rgb(202,194,98); }
H1.HeaderClassName
{
color: #CAC262;
}
.AnyTagClassName
{
color: #CAC262;
}
</style>
background-color css
<style>
a { background-color: #CAC262; }
a { background-color: rgb(202,194,98); }
div.DivClassName
{
background-color: #CAC262;
}
.BgClassName
{
background-color: #CAC262;
}
</style>
border-color css
<style>
span { border-color: #CAC262; }
span { border-color: rgb(202,194,98); }
td.TdClassName
{
border-color: #CAC262;
}
.TagClassName
{
border-color: #CAC262;
}
</style>