Shades of Tacha #CAC053
Tints of Tacha #CAC053
RGB
CMYK
RGB Variations
Color information
#CAC053 (or 0xCAC053) is known color: Tacha. HEX triplet: CA, C0 and 53. RGB value is (202,192,83). Sum of RGB (Red+Green+Blue) = 202+192+83=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC053 is #353FAC. Grayscale: #B7B7B7. Windows color (decimal): -3489709 or 5488842. OLE color: 5488842.
HSL color Cylindrical-coordinate representation of color #CAC053: hue angle of 54.96º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAC053 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 83 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.21 |
| HSL | 54.96º | 0.53% | 0.56% | - |
| HSV(B) | 54.96º | 0.59% | 0.79% | - |
| XYZ | 44.77 | 50.88 | 15.64 | - |
| YUV | 182.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 83 | 0 | 0.05 | 0.59 | 0.21 | 54.96 | 0.53 | 0.56 |
| Hex | CA | C0 | 53 | 0 | 5 | 3B | 15 | 37 | 35 | 38 |
| Octal | 312 | 300 | 123 | 0 | 5 | 73 | 25 | 67 | 65 | 70 |
| Binary | 11001010 | 11000000 | 1010011 | 0 | 101 | 111011 | 10101 | 110111 | 110101 | 111000 |
Color Harmonies of #CAC053
Complementary color
Monochromatic Colors of #CAC053
Black with #CAC053
Text Example
Text Example
White with #CAC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC053; }
p { color: rgb(202,192,83); }
H1.HeaderClassName
{
color: #CAC053;
}
.AnyTagClassName
{
color: #CAC053;
}
</style>
background-color css
<style>
a { background-color: #CAC053; }
a { background-color: rgb(202,192,83); }
div.DivClassName
{
background-color: #CAC053;
}
.BgClassName
{
background-color: #CAC053;
}
</style>
border-color css
<style>
span { border-color: #CAC053; }
span { border-color: rgb(202,192,83); }
td.TdClassName
{
border-color: #CAC053;
}
.TagClassName
{
border-color: #CAC053;
}
</style>