Shades of Wattle #CAC849
Tints of Wattle #CAC849
RGB
CMYK
RGB Variations
Color information
#CAC849 (or 0xCAC849) is known color: Wattle. HEX triplet: CA, C8 and 49. RGB value is (202,200,73). Sum of RGB (Red+Green+Blue) = 202+200+73=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC849 is #3537B6. Grayscale: #BABABA. Windows color (decimal): -3487671 or 4835530. OLE color: 4835530.
HSL color Cylindrical-coordinate representation of color #CAC849: hue angle of 59.07º 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 #CAC849 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 73 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.21 |
| HSL | 59.07º | 0.55% | 0.54% | - |
| HSV(B) | 59.07º | 0.64% | 0.79% | - |
| XYZ | 46.21 | 54.35 | 14.36 | - |
| YUV | 186.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 73 | 0 | 0.01 | 0.64 | 0.21 | 59.07 | 0.55 | 0.54 |
| Hex | CA | C8 | 49 | 0 | 1 | 40 | 15 | 3B | 37 | 36 |
| Octal | 312 | 310 | 111 | 0 | 1 | 100 | 25 | 73 | 67 | 66 |
| Binary | 11001010 | 11001000 | 1001001 | 0 | 1 | 1000000 | 10101 | 111011 | 110111 | 110110 |
Color Harmonies of #CAC849
Complementary color
Monochromatic Colors of #CAC849
Black with #CAC849
Text Example
Text Example
White with #CAC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC849; }
p { color: rgb(202,200,73); }
H1.HeaderClassName
{
color: #CAC849;
}
.AnyTagClassName
{
color: #CAC849;
}
</style>
background-color css
<style>
a { background-color: #CAC849; }
a { background-color: rgb(202,200,73); }
div.DivClassName
{
background-color: #CAC849;
}
.BgClassName
{
background-color: #CAC849;
}
</style>
border-color css
<style>
span { border-color: #CAC849; }
span { border-color: rgb(202,200,73); }
td.TdClassName
{
border-color: #CAC849;
}
.TagClassName
{
border-color: #CAC849;
}
</style>