Shades of Tacha #CAC45C
Tints of Tacha #CAC45C
RGB
CMYK
RGB Variations
Color information
#CAC45C (or 0xCAC45C) is known color: Tacha. HEX triplet: CA, C4 and 5C. RGB value is (202,196,92). Sum of RGB (Red+Green+Blue) = 202+196+92=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC45C is #353BA3. Grayscale: #BABABA. Windows color (decimal): -3488676 or 6079690. OLE color: 6079690.
HSL color Cylindrical-coordinate representation of color #CAC45C: hue angle of 56.73º 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 #CAC45C is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 92 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.21 |
| HSL | 56.73º | 0.51% | 0.58% | - |
| HSV(B) | 56.73º | 0.54% | 0.79% | - |
| XYZ | 46.03 | 52.81 | 17.89 | - |
| YUV | 185.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 92 | 0 | 0.03 | 0.54 | 0.21 | 56.73 | 0.51 | 0.58 |
| Hex | CA | C4 | 5C | 0 | 3 | 36 | 15 | 39 | 33 | 3A |
| Octal | 312 | 304 | 134 | 0 | 3 | 66 | 25 | 71 | 63 | 72 |
| Binary | 11001010 | 11000100 | 1011100 | 0 | 11 | 110110 | 10101 | 111001 | 110011 | 111010 |
Color Harmonies of #CAC45C
Complementary color
Monochromatic Colors of #CAC45C
Black with #CAC45C
Text Example
Text Example
White with #CAC45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC45C; }
p { color: rgb(202,196,92); }
H1.HeaderClassName
{
color: #CAC45C;
}
.AnyTagClassName
{
color: #CAC45C;
}
</style>
background-color css
<style>
a { background-color: #CAC45C; }
a { background-color: rgb(202,196,92); }
div.DivClassName
{
background-color: #CAC45C;
}
.BgClassName
{
background-color: #CAC45C;
}
</style>
border-color css
<style>
span { border-color: #CAC45C; }
span { border-color: rgb(202,196,92); }
td.TdClassName
{
border-color: #CAC45C;
}
.TagClassName
{
border-color: #CAC45C;
}
</style>