Shades of Tacha #CAC04F
Tints of Tacha #CAC04F
RGB
CMYK
RGB Variations
Color information
#CAC04F (or 0xCAC04F) is known color: Tacha. HEX triplet: CA, C0 and 4F. RGB value is (202,192,79). Sum of RGB (Red+Green+Blue) = 202+192+79=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC04F is #353FB0. Grayscale: #B6B6B6. Windows color (decimal): -3489713 or 5226698. OLE color: 5226698.
HSL color Cylindrical-coordinate representation of color #CAC04F: hue angle of 55.12º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAC04F is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 79 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.21 |
| HSL | 55.12º | 0.54% | 0.55% | - |
| HSV(B) | 55.12º | 0.61% | 0.79% | - |
| XYZ | 44.62 | 50.82 | 14.85 | - |
| YUV | 182.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 79 | 0 | 0.05 | 0.61 | 0.21 | 55.12 | 0.54 | 0.55 |
| Hex | CA | C0 | 4F | 0 | 5 | 3D | 15 | 37 | 36 | 37 |
| Octal | 312 | 300 | 117 | 0 | 5 | 75 | 25 | 67 | 66 | 67 |
| Binary | 11001010 | 11000000 | 1001111 | 0 | 101 | 111101 | 10101 | 110111 | 110110 | 110111 |
Color Harmonies of #CAC04F
Complementary color
Monochromatic Colors of #CAC04F
Black with #CAC04F
Text Example
Text Example
White with #CAC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC04F; }
p { color: rgb(202,192,79); }
H1.HeaderClassName
{
color: #CAC04F;
}
.AnyTagClassName
{
color: #CAC04F;
}
</style>
background-color css
<style>
a { background-color: #CAC04F; }
a { background-color: rgb(202,192,79); }
div.DivClassName
{
background-color: #CAC04F;
}
.BgClassName
{
background-color: #CAC04F;
}
</style>
border-color css
<style>
span { border-color: #CAC04F; }
span { border-color: rgb(202,192,79); }
td.TdClassName
{
border-color: #CAC04F;
}
.TagClassName
{
border-color: #CAC04F;
}
</style>