Shades of Tacha #CAC05D
Tints of Tacha #CAC05D
RGB
CMYK
RGB Variations
Color information
#CAC05D (or 0xCAC05D) is known color: Tacha. HEX triplet: CA, C0 and 5D. RGB value is (202,192,93). Sum of RGB (Red+Green+Blue) = 202+192+93=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC05D is #353FA2. Grayscale: #B8B8B8. Windows color (decimal): -3489699 or 6144202. OLE color: 6144202.
HSL color Cylindrical-coordinate representation of color #CAC05D: hue angle of 54.5º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAC05D is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 93 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.21 |
| HSL | 54.5º | 0.51% | 0.58% | - |
| HSV(B) | 54.5º | 0.54% | 0.79% | - |
| XYZ | 45.18 | 51.05 | 17.83 | - |
| YUV | 183.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 93 | 0 | 0.05 | 0.54 | 0.21 | 54.5 | 0.51 | 0.58 |
| Hex | CA | C0 | 5D | 0 | 5 | 36 | 15 | 36 | 33 | 3A |
| Octal | 312 | 300 | 135 | 0 | 5 | 66 | 25 | 66 | 63 | 72 |
| Binary | 11001010 | 11000000 | 1011101 | 0 | 101 | 110110 | 10101 | 110110 | 110011 | 111010 |
Color Harmonies of #CAC05D
Complementary color
Monochromatic Colors of #CAC05D
Black with #CAC05D
Text Example
Text Example
White with #CAC05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC05D; }
p { color: rgb(202,192,93); }
H1.HeaderClassName
{
color: #CAC05D;
}
.AnyTagClassName
{
color: #CAC05D;
}
</style>
background-color css
<style>
a { background-color: #CAC05D; }
a { background-color: rgb(202,192,93); }
div.DivClassName
{
background-color: #CAC05D;
}
.BgClassName
{
background-color: #CAC05D;
}
</style>
border-color css
<style>
span { border-color: #CAC05D; }
span { border-color: rgb(202,192,93); }
td.TdClassName
{
border-color: #CAC05D;
}
.TagClassName
{
border-color: #CAC05D;
}
</style>