Shades of Wattle #CACF49
Tints of Wattle #CACF49
RGB
CMYK
RGB Variations
Color information
#CACF49 (or 0xCACF49) is known color: Wattle. HEX triplet: CA, CF and 49. RGB value is (202,207,73). Sum of RGB (Red+Green+Blue) = 202+207+73=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACF49 is #3530B6. Grayscale: #BEBEBE. Windows color (decimal): -3485879 or 4837322. OLE color: 4837322.
HSL color Cylindrical-coordinate representation of color #CACF49: hue angle of 62.24º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CACF49 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 73 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.19 |
| HSL | 62.24º | 0.58% | 0.55% | - |
| HSV(B) | 62.24º | 0.65% | 0.81% | - |
| XYZ | 47.87 | 57.66 | 14.91 | - |
| YUV | 190.23 | 61.84 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 73 | 0.02 | 0 | 0.65 | 0.19 | 62.24 | 0.58 | 0.55 |
| Hex | CA | CF | 49 | 2 | 0 | 41 | 13 | 3E | 3A | 37 |
| Octal | 312 | 317 | 111 | 2 | 0 | 101 | 23 | 76 | 72 | 67 |
| Binary | 11001010 | 11001111 | 1001001 | 10 | 0 | 1000001 | 10011 | 111110 | 111010 | 110111 |
Color Harmonies of #CACF49
Complementary color
Monochromatic Colors of #CACF49
Black with #CACF49
Text Example
Text Example
White with #CACF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF49; }
p { color: rgb(202,207,73); }
H1.HeaderClassName
{
color: #CACF49;
}
.AnyTagClassName
{
color: #CACF49;
}
</style>
background-color css
<style>
a { background-color: #CACF49; }
a { background-color: rgb(202,207,73); }
div.DivClassName
{
background-color: #CACF49;
}
.BgClassName
{
background-color: #CACF49;
}
</style>
border-color css
<style>
span { border-color: #CACF49; }
span { border-color: rgb(202,207,73); }
td.TdClassName
{
border-color: #CACF49;
}
.TagClassName
{
border-color: #CACF49;
}
</style>