Shades of Tacha #CAC050
Tints of Tacha #CAC050
RGB
CMYK
RGB Variations
Color information
#CAC050 (or 0xCAC050) is known color: Tacha. HEX triplet: CA, C0 and 50. RGB value is (202,192,80). Sum of RGB (Red+Green+Blue) = 202+192+80=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC050 is #353FAF. Grayscale: #B6B6B6. Windows color (decimal): -3489712 or 5292234. OLE color: 5292234.
HSL color Cylindrical-coordinate representation of color #CAC050: hue angle of 55.08º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAC050 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 80 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.21 |
| HSL | 55.08º | 0.54% | 0.55% | - |
| HSV(B) | 55.08º | 0.6% | 0.79% | - |
| XYZ | 44.65 | 50.84 | 15.05 | - |
| YUV | 182.22 | 70.31 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 80 | 0 | 0.05 | 0.60 | 0.21 | 55.08 | 0.54 | 0.55 |
| Hex | CA | C0 | 50 | 0 | 5 | 3C | 15 | 37 | 36 | 37 |
| Octal | 312 | 300 | 120 | 0 | 5 | 74 | 25 | 67 | 66 | 67 |
| Binary | 11001010 | 11000000 | 1010000 | 0 | 101 | 111100 | 10101 | 110111 | 110110 | 110111 |
Color Harmonies of #CAC050
Complementary color
Monochromatic Colors of #CAC050
Black with #CAC050
Text Example
Text Example
White with #CAC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC050; }
p { color: rgb(202,192,80); }
H1.HeaderClassName
{
color: #CAC050;
}
.AnyTagClassName
{
color: #CAC050;
}
</style>
background-color css
<style>
a { background-color: #CAC050; }
a { background-color: rgb(202,192,80); }
div.DivClassName
{
background-color: #CAC050;
}
.BgClassName
{
background-color: #CAC050;
}
</style>
border-color css
<style>
span { border-color: #CAC050; }
span { border-color: rgb(202,192,80); }
td.TdClassName
{
border-color: #CAC050;
}
.TagClassName
{
border-color: #CAC050;
}
</style>