Shades of Wattle #CAC048
Tints of Wattle #CAC048
RGB
CMYK
RGB Variations
Color information
#CAC048 (or 0xCAC048) is known color: Wattle. HEX triplet: CA, C0 and 48. RGB value is (202,192,72). Sum of RGB (Red+Green+Blue) = 202+192+72=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC048 is #353FB7. Grayscale: #B5B5B5. Windows color (decimal): -3489720 or 4767946. OLE color: 4767946.
HSL color Cylindrical-coordinate representation of color #CAC048: hue angle of 55.38º 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 #CAC048 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 72 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.21 |
| HSL | 55.38º | 0.55% | 0.54% | - |
| HSV(B) | 55.38º | 0.64% | 0.79% | - |
| XYZ | 44.38 | 50.72 | 13.58 | - |
| YUV | 181.31 | 66.31 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 72 | 0 | 0.05 | 0.64 | 0.21 | 55.38 | 0.55 | 0.54 |
| Hex | CA | C0 | 48 | 0 | 5 | 40 | 15 | 37 | 37 | 36 |
| Octal | 312 | 300 | 110 | 0 | 5 | 100 | 25 | 67 | 67 | 66 |
| Binary | 11001010 | 11000000 | 1001000 | 0 | 101 | 1000000 | 10101 | 110111 | 110111 | 110110 |
Color Harmonies of #CAC048
Complementary color
Monochromatic Colors of #CAC048
Black with #CAC048
Text Example
Text Example
White with #CAC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC048; }
p { color: rgb(202,192,72); }
H1.HeaderClassName
{
color: #CAC048;
}
.AnyTagClassName
{
color: #CAC048;
}
</style>
background-color css
<style>
a { background-color: #CAC048; }
a { background-color: rgb(202,192,72); }
div.DivClassName
{
background-color: #CAC048;
}
.BgClassName
{
background-color: #CAC048;
}
</style>
border-color css
<style>
span { border-color: #CAC048; }
span { border-color: rgb(202,192,72); }
td.TdClassName
{
border-color: #CAC048;
}
.TagClassName
{
border-color: #CAC048;
}
</style>