Shades of Wattle #CAC148
Tints of Wattle #CAC148
RGB
CMYK
RGB Variations
Color information
#CAC148 (or 0xCAC148) is known color: Wattle. HEX triplet: CA, C1 and 48. RGB value is (202,193,72). Sum of RGB (Red+Green+Blue) = 202+193+72=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC148 is #353EB7. Grayscale: #B6B6B6. Windows color (decimal): -3489464 or 4768202. OLE color: 4768202.
HSL color Cylindrical-coordinate representation of color #CAC148: hue angle of 55.85º 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 #CAC148 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 72 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.21 |
| HSL | 55.85º | 0.55% | 0.54% | - |
| HSV(B) | 55.85º | 0.64% | 0.79% | - |
| XYZ | 44.6 | 51.16 | 13.66 | - |
| YUV | 181.9 | 65.98 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 72 | 0 | 0.04 | 0.64 | 0.21 | 55.85 | 0.55 | 0.54 |
| Hex | CA | C1 | 48 | 0 | 4 | 40 | 15 | 38 | 37 | 36 |
| Octal | 312 | 301 | 110 | 0 | 4 | 100 | 25 | 70 | 67 | 66 |
| Binary | 11001010 | 11000001 | 1001000 | 0 | 100 | 1000000 | 10101 | 111000 | 110111 | 110110 |
Color Harmonies of #CAC148
Complementary color
Monochromatic Colors of #CAC148
Black with #CAC148
Text Example
Text Example
White with #CAC148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC148; }
p { color: rgb(202,193,72); }
H1.HeaderClassName
{
color: #CAC148;
}
.AnyTagClassName
{
color: #CAC148;
}
</style>
background-color css
<style>
a { background-color: #CAC148; }
a { background-color: rgb(202,193,72); }
div.DivClassName
{
background-color: #CAC148;
}
.BgClassName
{
background-color: #CAC148;
}
</style>
border-color css
<style>
span { border-color: #CAC148; }
span { border-color: rgb(202,193,72); }
td.TdClassName
{
border-color: #CAC148;
}
.TagClassName
{
border-color: #CAC148;
}
</style>