Shades of Wattle #CAC345
Tints of Wattle #CAC345
RGB
CMYK
RGB Variations
Color information
#CAC345 (or 0xCAC345) is known color: Wattle. HEX triplet: CA, C3 and 45. RGB value is (202,195,69). Sum of RGB (Red+Green+Blue) = 202+195+69=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC345 is #353CBA. Grayscale: #B7B7B7. Windows color (decimal): -3488955 or 4572106. OLE color: 4572106.
HSL color Cylindrical-coordinate representation of color #CAC345: hue angle of 56.84º 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 #CAC345 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 69 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.21 |
| HSL | 56.84º | 0.56% | 0.53% | - |
| HSV(B) | 56.84º | 0.66% | 0.79% | - |
| XYZ | 44.95 | 52.02 | 13.3 | - |
| YUV | 182.73 | 63.82 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 69 | 0 | 0.03 | 0.66 | 0.21 | 56.84 | 0.56 | 0.53 |
| Hex | CA | C3 | 45 | 0 | 3 | 42 | 15 | 39 | 38 | 35 |
| Octal | 312 | 303 | 105 | 0 | 3 | 102 | 25 | 71 | 70 | 65 |
| Binary | 11001010 | 11000011 | 1000101 | 0 | 11 | 1000010 | 10101 | 111001 | 111000 | 110101 |
Color Harmonies of #CAC345
Complementary color
Monochromatic Colors of #CAC345
Black with #CAC345
Text Example
Text Example
White with #CAC345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC345; }
p { color: rgb(202,195,69); }
H1.HeaderClassName
{
color: #CAC345;
}
.AnyTagClassName
{
color: #CAC345;
}
</style>
background-color css
<style>
a { background-color: #CAC345; }
a { background-color: rgb(202,195,69); }
div.DivClassName
{
background-color: #CAC345;
}
.BgClassName
{
background-color: #CAC345;
}
</style>
border-color css
<style>
span { border-color: #CAC345; }
span { border-color: rgb(202,195,69); }
td.TdClassName
{
border-color: #CAC345;
}
.TagClassName
{
border-color: #CAC345;
}
</style>