Shades of Wattle #CAC949
Tints of Wattle #CAC949
RGB
CMYK
RGB Variations
Color information
#CAC949 (or 0xCAC949) is known color: Wattle. HEX triplet: CA, C9 and 49. RGB value is (202,201,73). Sum of RGB (Red+Green+Blue) = 202+201+73=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC949 is #3536B6. Grayscale: #BBBBBB. Windows color (decimal): -3487415 or 4835786. OLE color: 4835786.
HSL color Cylindrical-coordinate representation of color #CAC949: hue angle of 59.53º 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 #CAC949 is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 73 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.21 |
| HSL | 59.53º | 0.55% | 0.54% | - |
| HSV(B) | 59.53º | 0.64% | 0.79% | - |
| XYZ | 46.45 | 54.81 | 14.43 | - |
| YUV | 186.71 | 63.83 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 73 | 0 | 0.00 | 0.64 | 0.21 | 59.53 | 0.55 | 0.54 |
| Hex | CA | C9 | 49 | 0 | 0 | 40 | 15 | 3C | 37 | 36 |
| Octal | 312 | 311 | 111 | 0 | 0 | 100 | 25 | 74 | 67 | 66 |
| Binary | 11001010 | 11001001 | 1001001 | 0 | 0 | 1000000 | 10101 | 111100 | 110111 | 110110 |
Color Harmonies of #CAC949
Complementary color
Monochromatic Colors of #CAC949
Black with #CAC949
Text Example
Text Example
White with #CAC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC949; }
p { color: rgb(202,201,73); }
H1.HeaderClassName
{
color: #CAC949;
}
.AnyTagClassName
{
color: #CAC949;
}
</style>
background-color css
<style>
a { background-color: #CAC949; }
a { background-color: rgb(202,201,73); }
div.DivClassName
{
background-color: #CAC949;
}
.BgClassName
{
background-color: #CAC949;
}
</style>
border-color css
<style>
span { border-color: #CAC949; }
span { border-color: rgb(202,201,73); }
td.TdClassName
{
border-color: #CAC949;
}
.TagClassName
{
border-color: #CAC949;
}
</style>