Shades of Wattle #CAC546
Tints of Wattle #CAC546
RGB
CMYK
RGB Variations
Color information
#CAC546 (or 0xCAC546) is known color: Wattle. HEX triplet: CA, C5 and 46. RGB value is (202,197,70). Sum of RGB (Red+Green+Blue) = 202+197+70=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC546 is #353AB9. Grayscale: #B8B8B8. Windows color (decimal): -3488442 or 4638154. OLE color: 4638154.
HSL color Cylindrical-coordinate representation of color #CAC546: hue angle of 57.73º 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 #CAC546 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 70 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.21 |
| HSL | 57.73º | 0.55% | 0.53% | - |
| HSV(B) | 57.73º | 0.65% | 0.79% | - |
| XYZ | 45.43 | 52.93 | 13.62 | - |
| YUV | 184.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 70 | 0 | 0.02 | 0.65 | 0.21 | 57.73 | 0.55 | 0.53 |
| Hex | CA | C5 | 46 | 0 | 2 | 41 | 15 | 3A | 37 | 35 |
| Octal | 312 | 305 | 106 | 0 | 2 | 101 | 25 | 72 | 67 | 65 |
| Binary | 11001010 | 11000101 | 1000110 | 0 | 10 | 1000001 | 10101 | 111010 | 110111 | 110101 |
Color Harmonies of #CAC546
Complementary color
Monochromatic Colors of #CAC546
Black with #CAC546
Text Example
Text Example
White with #CAC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC546; }
p { color: rgb(202,197,70); }
H1.HeaderClassName
{
color: #CAC546;
}
.AnyTagClassName
{
color: #CAC546;
}
</style>
background-color css
<style>
a { background-color: #CAC546; }
a { background-color: rgb(202,197,70); }
div.DivClassName
{
background-color: #CAC546;
}
.BgClassName
{
background-color: #CAC546;
}
</style>
border-color css
<style>
span { border-color: #CAC546; }
span { border-color: rgb(202,197,70); }
td.TdClassName
{
border-color: #CAC546;
}
.TagClassName
{
border-color: #CAC546;
}
</style>