Shades of Wattle #CAC146
Tints of Wattle #CAC146
RGB
CMYK
RGB Variations
Color information
#CAC146 (or 0xCAC146) is known color: Wattle. HEX triplet: CA, C1 and 46. RGB value is (202,193,70). Sum of RGB (Red+Green+Blue) = 202+193+70=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC146 is #353EB9. Grayscale: #B6B6B6. Windows color (decimal): -3489466 or 4637130. OLE color: 4637130.
HSL color Cylindrical-coordinate representation of color #CAC146: hue angle of 55.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAC146 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 70 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.21 |
| HSL | 55.91º | 0.55% | 0.53% | - |
| HSV(B) | 55.91º | 0.65% | 0.79% | - |
| XYZ | 44.53 | 51.14 | 13.32 | - |
| YUV | 181.67 | 64.98 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 70 | 0 | 0.04 | 0.65 | 0.21 | 55.91 | 0.55 | 0.53 |
| Hex | CA | C1 | 46 | 0 | 4 | 41 | 15 | 38 | 37 | 35 |
| Octal | 312 | 301 | 106 | 0 | 4 | 101 | 25 | 70 | 67 | 65 |
| Binary | 11001010 | 11000001 | 1000110 | 0 | 100 | 1000001 | 10101 | 111000 | 110111 | 110101 |
Color Harmonies of #CAC146
Complementary color
Monochromatic Colors of #CAC146
Black with #CAC146
Text Example
Text Example
White with #CAC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC146; }
p { color: rgb(202,193,70); }
H1.HeaderClassName
{
color: #CAC146;
}
.AnyTagClassName
{
color: #CAC146;
}
</style>
background-color css
<style>
a { background-color: #CAC146; }
a { background-color: rgb(202,193,70); }
div.DivClassName
{
background-color: #CAC146;
}
.BgClassName
{
background-color: #CAC146;
}
</style>
border-color css
<style>
span { border-color: #CAC146; }
span { border-color: rgb(202,193,70); }
td.TdClassName
{
border-color: #CAC146;
}
.TagClassName
{
border-color: #CAC146;
}
</style>