Shades of Tacha #CAC15A
Tints of Tacha #CAC15A
RGB
CMYK
RGB Variations
Color information
#CAC15A (or 0xCAC15A) is known color: Tacha. HEX triplet: CA, C1 and 5A. RGB value is (202,193,90). Sum of RGB (Red+Green+Blue) = 202+193+90=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC15A is #353EA5. Grayscale: #B8B8B8. Windows color (decimal): -3489446 or 5947850. OLE color: 5947850.
HSL color Cylindrical-coordinate representation of color #CAC15A: hue angle of 55.18º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAC15A is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 90 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.21 |
| HSL | 55.18º | 0.51% | 0.57% | - |
| HSV(B) | 55.18º | 0.55% | 0.79% | - |
| XYZ | 45.27 | 51.43 | 17.21 | - |
| YUV | 183.95 | 74.98 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 90 | 0 | 0.04 | 0.55 | 0.21 | 55.18 | 0.51 | 0.57 |
| Hex | CA | C1 | 5A | 0 | 4 | 37 | 15 | 37 | 33 | 39 |
| Octal | 312 | 301 | 132 | 0 | 4 | 67 | 25 | 67 | 63 | 71 |
| Binary | 11001010 | 11000001 | 1011010 | 0 | 100 | 110111 | 10101 | 110111 | 110011 | 111001 |
Color Harmonies of #CAC15A
Complementary color
Monochromatic Colors of #CAC15A
Black with #CAC15A
Text Example
Text Example
White with #CAC15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC15A; }
p { color: rgb(202,193,90); }
H1.HeaderClassName
{
color: #CAC15A;
}
.AnyTagClassName
{
color: #CAC15A;
}
</style>
background-color css
<style>
a { background-color: #CAC15A; }
a { background-color: rgb(202,193,90); }
div.DivClassName
{
background-color: #CAC15A;
}
.BgClassName
{
background-color: #CAC15A;
}
</style>
border-color css
<style>
span { border-color: #CAC15A; }
span { border-color: rgb(202,193,90); }
td.TdClassName
{
border-color: #CAC15A;
}
.TagClassName
{
border-color: #CAC15A;
}
</style>