Shades of Wattle #CAC748
Tints of Wattle #CAC748
RGB
CMYK
RGB Variations
Color information
#CAC748 (or 0xCAC748) is known color: Wattle. HEX triplet: CA, C7 and 48. RGB value is (202,199,72). Sum of RGB (Red+Green+Blue) = 202+199+72=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC748 is #3538B7. Grayscale: #B9B9B9. Windows color (decimal): -3487928 or 4769738. OLE color: 4769738.
HSL color Cylindrical-coordinate representation of color #CAC748: hue angle of 58.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAC748 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 72 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.21 |
| HSL | 58.62º | 0.55% | 0.54% | - |
| HSV(B) | 58.62º | 0.64% | 0.79% | - |
| XYZ | 45.95 | 53.87 | 14.11 | - |
| YUV | 185.42 | 63.99 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 72 | 0 | 0.01 | 0.64 | 0.21 | 58.62 | 0.55 | 0.54 |
| Hex | CA | C7 | 48 | 0 | 1 | 40 | 15 | 3B | 37 | 36 |
| Octal | 312 | 307 | 110 | 0 | 1 | 100 | 25 | 73 | 67 | 66 |
| Binary | 11001010 | 11000111 | 1001000 | 0 | 1 | 1000000 | 10101 | 111011 | 110111 | 110110 |
Color Harmonies of #CAC748
Complementary color
Monochromatic Colors of #CAC748
Black with #CAC748
Text Example
Text Example
White with #CAC748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC748; }
p { color: rgb(202,199,72); }
H1.HeaderClassName
{
color: #CAC748;
}
.AnyTagClassName
{
color: #CAC748;
}
</style>
background-color css
<style>
a { background-color: #CAC748; }
a { background-color: rgb(202,199,72); }
div.DivClassName
{
background-color: #CAC748;
}
.BgClassName
{
background-color: #CAC748;
}
</style>
border-color css
<style>
span { border-color: #CAC748; }
span { border-color: rgb(202,199,72); }
td.TdClassName
{
border-color: #CAC748;
}
.TagClassName
{
border-color: #CAC748;
}
</style>