Shades of Wattle #CAC341
Tints of Wattle #CAC341
RGB
CMYK
RGB Variations
Color information
#CAC341 (or 0xCAC341) is known color: Wattle. HEX triplet: CA, C3 and 41. RGB value is (202,195,65). Sum of RGB (Red+Green+Blue) = 202+195+65=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC341 is #353CBE. Grayscale: #B6B6B6. Windows color (decimal): -3488959 or 4309962. OLE color: 4309962.
HSL color Cylindrical-coordinate representation of color #CAC341: hue angle of 56.93º 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 #CAC341 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 65 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.21 |
| HSL | 56.93º | 0.56% | 0.52% | - |
| HSV(B) | 56.93º | 0.68% | 0.79% | - |
| XYZ | 44.83 | 51.97 | 12.67 | - |
| YUV | 182.27 | 61.82 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 65 | 0 | 0.03 | 0.68 | 0.21 | 56.93 | 0.56 | 0.52 |
| Hex | CA | C3 | 41 | 0 | 3 | 44 | 15 | 39 | 38 | 34 |
| Octal | 312 | 303 | 101 | 0 | 3 | 104 | 25 | 71 | 70 | 64 |
| Binary | 11001010 | 11000011 | 1000001 | 0 | 11 | 1000100 | 10101 | 111001 | 111000 | 110100 |
Color Harmonies of #CAC341
Complementary color
Monochromatic Colors of #CAC341
Black with #CAC341
Text Example
Text Example
White with #CAC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC341; }
p { color: rgb(202,195,65); }
H1.HeaderClassName
{
color: #CAC341;
}
.AnyTagClassName
{
color: #CAC341;
}
</style>
background-color css
<style>
a { background-color: #CAC341; }
a { background-color: rgb(202,195,65); }
div.DivClassName
{
background-color: #CAC341;
}
.BgClassName
{
background-color: #CAC341;
}
</style>
border-color css
<style>
span { border-color: #CAC341; }
span { border-color: rgb(202,195,65); }
td.TdClassName
{
border-color: #CAC341;
}
.TagClassName
{
border-color: #CAC341;
}
</style>