Shades of Wattle #CACC4A
Tints of Wattle #CACC4A
RGB
CMYK
RGB Variations
Color information
#CACC4A (or 0xCACC4A) is known color: Wattle. HEX triplet: CA, CC and 4A. RGB value is (202,204,74). Sum of RGB (Red+Green+Blue) = 202+204+74=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACC4A is #3533B5. Grayscale: #BDBDBD. Windows color (decimal): -3486646 or 4902090. OLE color: 4902090.
HSL color Cylindrical-coordinate representation of color #CACC4A: hue angle of 60.92º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CACC4A is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 204 | 74 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.2 |
| HSL | 60.92º | 0.56% | 0.55% | - |
| HSV(B) | 60.92º | 0.64% | 0.8% | - |
| XYZ | 47.19 | 56.24 | 14.85 | - |
| YUV | 188.58 | 63.34 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 74 | 0.01 | 0 | 0.64 | 0.2 | 60.92 | 0.56 | 0.55 |
| Hex | CA | CC | 4A | 1 | 0 | 40 | 14 | 3D | 38 | 37 |
| Octal | 312 | 314 | 112 | 1 | 0 | 100 | 24 | 75 | 70 | 67 |
| Binary | 11001010 | 11001100 | 1001010 | 1 | 0 | 1000000 | 10100 | 111101 | 111000 | 110111 |
Color Harmonies of #CACC4A
Complementary color
Monochromatic Colors of #CACC4A
Black with #CACC4A
Text Example
Text Example
White with #CACC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACC4A; }
p { color: rgb(202,204,74); }
H1.HeaderClassName
{
color: #CACC4A;
}
.AnyTagClassName
{
color: #CACC4A;
}
</style>
background-color css
<style>
a { background-color: #CACC4A; }
a { background-color: rgb(202,204,74); }
div.DivClassName
{
background-color: #CACC4A;
}
.BgClassName
{
background-color: #CACC4A;
}
</style>
border-color css
<style>
span { border-color: #CACC4A; }
span { border-color: rgb(202,204,74); }
td.TdClassName
{
border-color: #CACC4A;
}
.TagClassName
{
border-color: #CACC4A;
}
</style>