Shades of Wattle #CAC045
Tints of Wattle #CAC045
RGB
CMYK
RGB Variations
Color information
#CAC045 (or 0xCAC045) is known color: Wattle. HEX triplet: CA, C0 and 45. RGB value is (202,192,69). Sum of RGB (Red+Green+Blue) = 202+192+69=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC045 is #353FBA. Grayscale: #B5B5B5. Windows color (decimal): -3489723 or 4571338. OLE color: 4571338.
HSL color Cylindrical-coordinate representation of color #CAC045: hue angle of 55.49º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAC045 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 69 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.21 |
| HSL | 55.49º | 0.56% | 0.53% | - |
| HSV(B) | 55.49º | 0.66% | 0.79% | - |
| XYZ | 44.28 | 50.69 | 13.08 | - |
| YUV | 180.97 | 64.81 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 69 | 0 | 0.05 | 0.66 | 0.21 | 55.49 | 0.56 | 0.53 |
| Hex | CA | C0 | 45 | 0 | 5 | 42 | 15 | 37 | 38 | 35 |
| Octal | 312 | 300 | 105 | 0 | 5 | 102 | 25 | 67 | 70 | 65 |
| Binary | 11001010 | 11000000 | 1000101 | 0 | 101 | 1000010 | 10101 | 110111 | 111000 | 110101 |
Color Harmonies of #CAC045
Complementary color
Monochromatic Colors of #CAC045
Black with #CAC045
Text Example
Text Example
White with #CAC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC045; }
p { color: rgb(202,192,69); }
H1.HeaderClassName
{
color: #CAC045;
}
.AnyTagClassName
{
color: #CAC045;
}
</style>
background-color css
<style>
a { background-color: #CAC045; }
a { background-color: rgb(202,192,69); }
div.DivClassName
{
background-color: #CAC045;
}
.BgClassName
{
background-color: #CAC045;
}
</style>
border-color css
<style>
span { border-color: #CAC045; }
span { border-color: rgb(202,192,69); }
td.TdClassName
{
border-color: #CAC045;
}
.TagClassName
{
border-color: #CAC045;
}
</style>