Shades of Wattle #CAC545
Tints of Wattle #CAC545
RGB
CMYK
RGB Variations
Color information
#CAC545 (or 0xCAC545) is known color: Wattle. HEX triplet: CA, C5 and 45. RGB value is (202,197,69). Sum of RGB (Red+Green+Blue) = 202+197+69=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC545 is #353ABA. Grayscale: #B8B8B8. Windows color (decimal): -3488443 or 4572618. OLE color: 4572618.
HSL color Cylindrical-coordinate representation of color #CAC545: hue angle of 57.74º 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 #CAC545 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 69 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.21 |
| HSL | 57.74º | 0.56% | 0.53% | - |
| HSV(B) | 57.74º | 0.66% | 0.79% | - |
| XYZ | 45.4 | 52.92 | 13.45 | - |
| YUV | 183.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 69 | 0 | 0.02 | 0.66 | 0.21 | 57.74 | 0.56 | 0.53 |
| Hex | CA | C5 | 45 | 0 | 2 | 42 | 15 | 3A | 38 | 35 |
| Octal | 312 | 305 | 105 | 0 | 2 | 102 | 25 | 72 | 70 | 65 |
| Binary | 11001010 | 11000101 | 1000101 | 0 | 10 | 1000010 | 10101 | 111010 | 111000 | 110101 |
Color Harmonies of #CAC545
Complementary color
Monochromatic Colors of #CAC545
Black with #CAC545
Text Example
Text Example
White with #CAC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC545; }
p { color: rgb(202,197,69); }
H1.HeaderClassName
{
color: #CAC545;
}
.AnyTagClassName
{
color: #CAC545;
}
</style>
background-color css
<style>
a { background-color: #CAC545; }
a { background-color: rgb(202,197,69); }
div.DivClassName
{
background-color: #CAC545;
}
.BgClassName
{
background-color: #CAC545;
}
</style>
border-color css
<style>
span { border-color: #CAC545; }
span { border-color: rgb(202,197,69); }
td.TdClassName
{
border-color: #CAC545;
}
.TagClassName
{
border-color: #CAC545;
}
</style>