Shades of Tacha #CAC05F
Tints of Tacha #CAC05F
RGB
CMYK
RGB Variations
Color information
#CAC05F (or 0xCAC05F) is known color: Tacha. HEX triplet: CA, C0 and 5F. RGB value is (202,192,95). Sum of RGB (Red+Green+Blue) = 202+192+95=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC05F is #353FA0. Grayscale: #B8B8B8. Windows color (decimal): -3489697 or 6275274. OLE color: 6275274.
HSL color Cylindrical-coordinate representation of color #CAC05F: hue angle of 54.39º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAC05F is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 95 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.21 |
| HSL | 54.39º | 0.5% | 0.58% | - |
| HSV(B) | 54.39º | 0.53% | 0.79% | - |
| XYZ | 45.27 | 51.08 | 18.3 | - |
| YUV | 183.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 95 | 0 | 0.05 | 0.53 | 0.21 | 54.39 | 0.5 | 0.58 |
| Hex | CA | C0 | 5F | 0 | 5 | 35 | 15 | 36 | 32 | 3A |
| Octal | 312 | 300 | 137 | 0 | 5 | 65 | 25 | 66 | 62 | 72 |
| Binary | 11001010 | 11000000 | 1011111 | 0 | 101 | 110101 | 10101 | 110110 | 110010 | 111010 |
Color Harmonies of #CAC05F
Complementary color
Monochromatic Colors of #CAC05F
Black with #CAC05F
Text Example
Text Example
White with #CAC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC05F; }
p { color: rgb(202,192,95); }
H1.HeaderClassName
{
color: #CAC05F;
}
.AnyTagClassName
{
color: #CAC05F;
}
</style>
background-color css
<style>
a { background-color: #CAC05F; }
a { background-color: rgb(202,192,95); }
div.DivClassName
{
background-color: #CAC05F;
}
.BgClassName
{
background-color: #CAC05F;
}
</style>
border-color css
<style>
span { border-color: #CAC05F; }
span { border-color: rgb(202,192,95); }
td.TdClassName
{
border-color: #CAC05F;
}
.TagClassName
{
border-color: #CAC05F;
}
</style>