Shades of Tacha #CAC25A
Tints of Tacha #CAC25A
RGB
CMYK
RGB Variations
Color information
#CAC25A (or 0xCAC25A) is known color: Tacha. HEX triplet: CA, C2 and 5A. RGB value is (202,194,90). Sum of RGB (Red+Green+Blue) = 202+194+90=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC25A is #353DA5. Grayscale: #B8B8B8. Windows color (decimal): -3489190 or 5948106. OLE color: 5948106.
HSL color Cylindrical-coordinate representation of color #CAC25A: hue angle of 55.71º 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 #CAC25A is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 90 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.21 |
| HSL | 55.71º | 0.51% | 0.57% | - |
| HSV(B) | 55.71º | 0.55% | 0.79% | - |
| XYZ | 45.49 | 51.88 | 17.29 | - |
| YUV | 184.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 90 | 0 | 0.04 | 0.55 | 0.21 | 55.71 | 0.51 | 0.57 |
| Hex | CA | C2 | 5A | 0 | 4 | 37 | 15 | 38 | 33 | 39 |
| Octal | 312 | 302 | 132 | 0 | 4 | 67 | 25 | 70 | 63 | 71 |
| Binary | 11001010 | 11000010 | 1011010 | 0 | 100 | 110111 | 10101 | 111000 | 110011 | 111001 |
Color Harmonies of #CAC25A
Complementary color
Monochromatic Colors of #CAC25A
Black with #CAC25A
Text Example
Text Example
White with #CAC25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC25A; }
p { color: rgb(202,194,90); }
H1.HeaderClassName
{
color: #CAC25A;
}
.AnyTagClassName
{
color: #CAC25A;
}
</style>
background-color css
<style>
a { background-color: #CAC25A; }
a { background-color: rgb(202,194,90); }
div.DivClassName
{
background-color: #CAC25A;
}
.BgClassName
{
background-color: #CAC25A;
}
</style>
border-color css
<style>
span { border-color: #CAC25A; }
span { border-color: rgb(202,194,90); }
td.TdClassName
{
border-color: #CAC25A;
}
.TagClassName
{
border-color: #CAC25A;
}
</style>