Shades of Tacha #CAC150
Tints of Tacha #CAC150
RGB
CMYK
RGB Variations
Color information
#CAC150 (or 0xCAC150) is known color: Tacha. HEX triplet: CA, C1 and 50. RGB value is (202,193,80). Sum of RGB (Red+Green+Blue) = 202+193+80=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC150 is #353EAF. Grayscale: #B7B7B7. Windows color (decimal): -3489456 or 5292490. OLE color: 5292490.
HSL color Cylindrical-coordinate representation of color #CAC150: hue angle of 55.57º 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 #CAC150 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 80 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.21 |
| HSL | 55.57º | 0.54% | 0.55% | - |
| HSV(B) | 55.57º | 0.6% | 0.79% | - |
| XYZ | 44.88 | 51.28 | 15.12 | - |
| YUV | 182.81 | 69.98 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 80 | 0 | 0.04 | 0.60 | 0.21 | 55.57 | 0.54 | 0.55 |
| Hex | CA | C1 | 50 | 0 | 4 | 3C | 15 | 38 | 36 | 37 |
| Octal | 312 | 301 | 120 | 0 | 4 | 74 | 25 | 70 | 66 | 67 |
| Binary | 11001010 | 11000001 | 1010000 | 0 | 100 | 111100 | 10101 | 111000 | 110110 | 110111 |
Color Harmonies of #CAC150
Complementary color
Monochromatic Colors of #CAC150
Black with #CAC150
Text Example
Text Example
White with #CAC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC150; }
p { color: rgb(202,193,80); }
H1.HeaderClassName
{
color: #CAC150;
}
.AnyTagClassName
{
color: #CAC150;
}
</style>
background-color css
<style>
a { background-color: #CAC150; }
a { background-color: rgb(202,193,80); }
div.DivClassName
{
background-color: #CAC150;
}
.BgClassName
{
background-color: #CAC150;
}
</style>
border-color css
<style>
span { border-color: #CAC150; }
span { border-color: rgb(202,193,80); }
td.TdClassName
{
border-color: #CAC150;
}
.TagClassName
{
border-color: #CAC150;
}
</style>