Shades of Wattle #CAC249
Tints of Wattle #CAC249
RGB
CMYK
RGB Variations
Color information
#CAC249 (or 0xCAC249) is known color: Wattle. HEX triplet: CA, C2 and 49. RGB value is (202,194,73). Sum of RGB (Red+Green+Blue) = 202+194+73=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC249 is #353DB6. Grayscale: #B7B7B7. Windows color (decimal): -3489207 or 4833994. OLE color: 4833994.
HSL color Cylindrical-coordinate representation of color #CAC249: hue angle of 56.28º 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 #CAC249 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 73 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.21 |
| HSL | 56.28º | 0.55% | 0.54% | - |
| HSV(B) | 56.28º | 0.64% | 0.79% | - |
| XYZ | 44.85 | 51.62 | 13.9 | - |
| YUV | 182.6 | 66.15 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 73 | 0 | 0.04 | 0.64 | 0.21 | 56.28 | 0.55 | 0.54 |
| Hex | CA | C2 | 49 | 0 | 4 | 40 | 15 | 38 | 37 | 36 |
| Octal | 312 | 302 | 111 | 0 | 4 | 100 | 25 | 70 | 67 | 66 |
| Binary | 11001010 | 11000010 | 1001001 | 0 | 100 | 1000000 | 10101 | 111000 | 110111 | 110110 |
Color Harmonies of #CAC249
Complementary color
Monochromatic Colors of #CAC249
Black with #CAC249
Text Example
Text Example
White with #CAC249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC249; }
p { color: rgb(202,194,73); }
H1.HeaderClassName
{
color: #CAC249;
}
.AnyTagClassName
{
color: #CAC249;
}
</style>
background-color css
<style>
a { background-color: #CAC249; }
a { background-color: rgb(202,194,73); }
div.DivClassName
{
background-color: #CAC249;
}
.BgClassName
{
background-color: #CAC249;
}
</style>
border-color css
<style>
span { border-color: #CAC249; }
span { border-color: rgb(202,194,73); }
td.TdClassName
{
border-color: #CAC249;
}
.TagClassName
{
border-color: #CAC249;
}
</style>