Shades of Wattle #CAC747
Tints of Wattle #CAC747
RGB
CMYK
RGB Variations
Color information
#CAC747 (or 0xCAC747) is known color: Wattle. HEX triplet: CA, C7 and 47. RGB value is (202,199,71). Sum of RGB (Red+Green+Blue) = 202+199+71=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC747 is #3538B8. Grayscale: #B9B9B9. Windows color (decimal): -3487929 or 4704202. OLE color: 4704202.
HSL color Cylindrical-coordinate representation of color #CAC747: hue angle of 58.63º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAC747 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 71 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.21 |
| HSL | 58.63º | 0.55% | 0.54% | - |
| HSV(B) | 58.63º | 0.65% | 0.79% | - |
| XYZ | 45.92 | 53.86 | 13.94 | - |
| YUV | 185.31 | 63.49 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 71 | 0 | 0.01 | 0.65 | 0.21 | 58.63 | 0.55 | 0.54 |
| Hex | CA | C7 | 47 | 0 | 1 | 41 | 15 | 3B | 37 | 36 |
| Octal | 312 | 307 | 107 | 0 | 1 | 101 | 25 | 73 | 67 | 66 |
| Binary | 11001010 | 11000111 | 1000111 | 0 | 1 | 1000001 | 10101 | 111011 | 110111 | 110110 |
Color Harmonies of #CAC747
Complementary color
Monochromatic Colors of #CAC747
Black with #CAC747
Text Example
Text Example
White with #CAC747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC747; }
p { color: rgb(202,199,71); }
H1.HeaderClassName
{
color: #CAC747;
}
.AnyTagClassName
{
color: #CAC747;
}
</style>
background-color css
<style>
a { background-color: #CAC747; }
a { background-color: rgb(202,199,71); }
div.DivClassName
{
background-color: #CAC747;
}
.BgClassName
{
background-color: #CAC747;
}
</style>
border-color css
<style>
span { border-color: #CAC747; }
span { border-color: rgb(202,199,71); }
td.TdClassName
{
border-color: #CAC747;
}
.TagClassName
{
border-color: #CAC747;
}
</style>