Shades of Tacha #CAC062
Tints of Tacha #CAC062
RGB
CMYK
RGB Variations
Color information
#CAC062 (or 0xCAC062) is known color: Tacha. HEX triplet: CA, C0 and 62. RGB value is (202,192,98). Sum of RGB (Red+Green+Blue) = 202+192+98=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC062 is #353F9D. Grayscale: #B8B8B8. Windows color (decimal): -3489694 or 6471882. OLE color: 6471882.
HSL color Cylindrical-coordinate representation of color #CAC062: hue angle of 54.23º 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 #CAC062 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 98 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.21 |
| HSL | 54.23º | 0.5% | 0.59% | - |
| HSV(B) | 54.23º | 0.51% | 0.79% | - |
| XYZ | 45.41 | 51.14 | 19.03 | - |
| YUV | 184.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 98 | 0 | 0.05 | 0.51 | 0.21 | 54.23 | 0.5 | 0.59 |
| Hex | CA | C0 | 62 | 0 | 5 | 33 | 15 | 36 | 32 | 3B |
| Octal | 312 | 300 | 142 | 0 | 5 | 63 | 25 | 66 | 62 | 73 |
| Binary | 11001010 | 11000000 | 1100010 | 0 | 101 | 110011 | 10101 | 110110 | 110010 | 111011 |
Color Harmonies of #CAC062
Complementary color
Monochromatic Colors of #CAC062
Black with #CAC062
Text Example
Text Example
White with #CAC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC062; }
p { color: rgb(202,192,98); }
H1.HeaderClassName
{
color: #CAC062;
}
.AnyTagClassName
{
color: #CAC062;
}
</style>
background-color css
<style>
a { background-color: #CAC062; }
a { background-color: rgb(202,192,98); }
div.DivClassName
{
background-color: #CAC062;
}
.BgClassName
{
background-color: #CAC062;
}
</style>
border-color css
<style>
span { border-color: #CAC062; }
span { border-color: rgb(202,192,98); }
td.TdClassName
{
border-color: #CAC062;
}
.TagClassName
{
border-color: #CAC062;
}
</style>