Shades of Wattle #CAC846
Tints of Wattle #CAC846
RGB
CMYK
RGB Variations
Color information
#CAC846 (or 0xCAC846) is known color: Wattle. HEX triplet: CA, C8 and 46. RGB value is (202,200,70). Sum of RGB (Red+Green+Blue) = 202+200+70=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC846 is #3537B9. Grayscale: #BABABA. Windows color (decimal): -3487674 or 4638922. OLE color: 4638922.
HSL color Cylindrical-coordinate representation of color #CAC846: hue angle of 59.09º 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 #CAC846 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 70 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.21 |
| HSL | 59.09º | 0.55% | 0.53% | - |
| HSV(B) | 59.09º | 0.65% | 0.79% | - |
| XYZ | 46.12 | 54.31 | 13.85 | - |
| YUV | 185.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 70 | 0 | 0.01 | 0.65 | 0.21 | 59.09 | 0.55 | 0.53 |
| Hex | CA | C8 | 46 | 0 | 1 | 41 | 15 | 3B | 37 | 35 |
| Octal | 312 | 310 | 106 | 0 | 1 | 101 | 25 | 73 | 67 | 65 |
| Binary | 11001010 | 11001000 | 1000110 | 0 | 1 | 1000001 | 10101 | 111011 | 110111 | 110101 |
Color Harmonies of #CAC846
Complementary color
Monochromatic Colors of #CAC846
Black with #CAC846
Text Example
Text Example
White with #CAC846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC846; }
p { color: rgb(202,200,70); }
H1.HeaderClassName
{
color: #CAC846;
}
.AnyTagClassName
{
color: #CAC846;
}
</style>
background-color css
<style>
a { background-color: #CAC846; }
a { background-color: rgb(202,200,70); }
div.DivClassName
{
background-color: #CAC846;
}
.BgClassName
{
background-color: #CAC846;
}
</style>
border-color css
<style>
span { border-color: #CAC846; }
span { border-color: rgb(202,200,70); }
td.TdClassName
{
border-color: #CAC846;
}
.TagClassName
{
border-color: #CAC846;
}
</style>