Shades of Wattle #CAC346
Tints of Wattle #CAC346
RGB
CMYK
RGB Variations
Color information
#CAC346 (or 0xCAC346) is known color: Wattle. HEX triplet: CA, C3 and 46. RGB value is (202,195,70). Sum of RGB (Red+Green+Blue) = 202+195+70=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC346 is #353CB9. Grayscale: #B7B7B7. Windows color (decimal): -3488954 or 4637642. OLE color: 4637642.
HSL color Cylindrical-coordinate representation of color #CAC346: hue angle of 56.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAC346 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 70 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.21 |
| HSL | 56.82º | 0.55% | 0.53% | - |
| HSV(B) | 56.82º | 0.65% | 0.79% | - |
| XYZ | 44.98 | 52.03 | 13.47 | - |
| YUV | 182.84 | 64.32 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 70 | 0 | 0.03 | 0.65 | 0.21 | 56.82 | 0.55 | 0.53 |
| Hex | CA | C3 | 46 | 0 | 3 | 41 | 15 | 39 | 37 | 35 |
| Octal | 312 | 303 | 106 | 0 | 3 | 101 | 25 | 71 | 67 | 65 |
| Binary | 11001010 | 11000011 | 1000110 | 0 | 11 | 1000001 | 10101 | 111001 | 110111 | 110101 |
Color Harmonies of #CAC346
Complementary color
Monochromatic Colors of #CAC346
Black with #CAC346
Text Example
Text Example
White with #CAC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC346; }
p { color: rgb(202,195,70); }
H1.HeaderClassName
{
color: #CAC346;
}
.AnyTagClassName
{
color: #CAC346;
}
</style>
background-color css
<style>
a { background-color: #CAC346; }
a { background-color: rgb(202,195,70); }
div.DivClassName
{
background-color: #CAC346;
}
.BgClassName
{
background-color: #CAC346;
}
</style>
border-color css
<style>
span { border-color: #CAC346; }
span { border-color: rgb(202,195,70); }
td.TdClassName
{
border-color: #CAC346;
}
.TagClassName
{
border-color: #CAC346;
}
</style>