Shades of Wattle #CACB4A
Tints of Wattle #CACB4A
RGB
CMYK
RGB Variations
Color information
#CACB4A (or 0xCACB4A) is known color: Wattle. HEX triplet: CA, CB and 4A. RGB value is (202,203,74). Sum of RGB (Red+Green+Blue) = 202+203+74=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACB4A is #3534B5. Grayscale: #BCBCBC. Windows color (decimal): -3486902 or 4901834. OLE color: 4901834.
HSL color Cylindrical-coordinate representation of color #CACB4A: hue angle of 60.47º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CACB4A is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 74 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.20 |
| HSL | 60.47º | 0.55% | 0.54% | - |
| HSV(B) | 60.47º | 0.64% | 0.8% | - |
| XYZ | 46.95 | 55.76 | 14.77 | - |
| YUV | 188 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 74 | 0.00 | 0 | 0.64 | 0.20 | 60.47 | 0.55 | 0.54 |
| Hex | CA | CB | 4A | 0 | 0 | 40 | 14 | 3C | 37 | 36 |
| Octal | 312 | 313 | 112 | 0 | 0 | 100 | 24 | 74 | 67 | 66 |
| Binary | 11001010 | 11001011 | 1001010 | 0 | 0 | 1000000 | 10100 | 111100 | 110111 | 110110 |
Color Harmonies of #CACB4A
Complementary color
Monochromatic Colors of #CACB4A
Black with #CACB4A
Text Example
Text Example
White with #CACB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB4A; }
p { color: rgb(202,203,74); }
H1.HeaderClassName
{
color: #CACB4A;
}
.AnyTagClassName
{
color: #CACB4A;
}
</style>
background-color css
<style>
a { background-color: #CACB4A; }
a { background-color: rgb(202,203,74); }
div.DivClassName
{
background-color: #CACB4A;
}
.BgClassName
{
background-color: #CACB4A;
}
</style>
border-color css
<style>
span { border-color: #CACB4A; }
span { border-color: rgb(202,203,74); }
td.TdClassName
{
border-color: #CACB4A;
}
.TagClassName
{
border-color: #CACB4A;
}
</style>