Shades of Wattle #CAC845
Tints of Wattle #CAC845
RGB
CMYK
RGB Variations
Color information
#CAC845 (or 0xCAC845) is known color: Wattle. HEX triplet: CA, C8 and 45. RGB value is (202,200,69). Sum of RGB (Red+Green+Blue) = 202+200+69=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC845 is #3537BA. Grayscale: #BABABA. Windows color (decimal): -3487675 or 4573386. OLE color: 4573386.
HSL color Cylindrical-coordinate representation of color #CAC845: hue angle of 59.1º 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 #CAC845 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 69 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.21 |
| HSL | 59.1º | 0.56% | 0.53% | - |
| HSV(B) | 59.1º | 0.66% | 0.79% | - |
| XYZ | 46.09 | 54.29 | 13.68 | - |
| YUV | 185.66 | 62.16 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 69 | 0 | 0.01 | 0.66 | 0.21 | 59.1 | 0.56 | 0.53 |
| Hex | CA | C8 | 45 | 0 | 1 | 42 | 15 | 3B | 38 | 35 |
| Octal | 312 | 310 | 105 | 0 | 1 | 102 | 25 | 73 | 70 | 65 |
| Binary | 11001010 | 11001000 | 1000101 | 0 | 1 | 1000010 | 10101 | 111011 | 111000 | 110101 |
Color Harmonies of #CAC845
Complementary color
Monochromatic Colors of #CAC845
Black with #CAC845
Text Example
Text Example
White with #CAC845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC845; }
p { color: rgb(202,200,69); }
H1.HeaderClassName
{
color: #CAC845;
}
.AnyTagClassName
{
color: #CAC845;
}
</style>
background-color css
<style>
a { background-color: #CAC845; }
a { background-color: rgb(202,200,69); }
div.DivClassName
{
background-color: #CAC845;
}
.BgClassName
{
background-color: #CAC845;
}
</style>
border-color css
<style>
span { border-color: #CAC845; }
span { border-color: rgb(202,200,69); }
td.TdClassName
{
border-color: #CAC845;
}
.TagClassName
{
border-color: #CAC845;
}
</style>