Shades of Wattle #CAC841
Tints of Wattle #CAC841
RGB
CMYK
RGB Variations
Color information
#CAC841 (or 0xCAC841) is known color: Wattle. HEX triplet: CA, C8 and 41. RGB value is (202,200,65). Sum of RGB (Red+Green+Blue) = 202+200+65=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC841 is #3537BE. Grayscale: #B9B9B9. Windows color (decimal): -3487679 or 4311242. OLE color: 4311242.
HSL color Cylindrical-coordinate representation of color #CAC841: hue angle of 59.12º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAC841 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 65 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.21 |
| HSL | 59.12º | 0.56% | 0.52% | - |
| HSV(B) | 59.12º | 0.68% | 0.79% | - |
| XYZ | 45.97 | 54.25 | 13.05 | - |
| YUV | 185.21 | 60.16 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 65 | 0 | 0.01 | 0.68 | 0.21 | 59.12 | 0.56 | 0.52 |
| Hex | CA | C8 | 41 | 0 | 1 | 44 | 15 | 3B | 38 | 34 |
| Octal | 312 | 310 | 101 | 0 | 1 | 104 | 25 | 73 | 70 | 64 |
| Binary | 11001010 | 11001000 | 1000001 | 0 | 1 | 1000100 | 10101 | 111011 | 111000 | 110100 |
Color Harmonies of #CAC841
Complementary color
Monochromatic Colors of #CAC841
Black with #CAC841
Text Example
Text Example
White with #CAC841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC841; }
p { color: rgb(202,200,65); }
H1.HeaderClassName
{
color: #CAC841;
}
.AnyTagClassName
{
color: #CAC841;
}
</style>
background-color css
<style>
a { background-color: #CAC841; }
a { background-color: rgb(202,200,65); }
div.DivClassName
{
background-color: #CAC841;
}
.BgClassName
{
background-color: #CAC841;
}
</style>
border-color css
<style>
span { border-color: #CAC841; }
span { border-color: rgb(202,200,65); }
td.TdClassName
{
border-color: #CAC841;
}
.TagClassName
{
border-color: #CAC841;
}
</style>