Shades of Wattle #CACB3E
Tints of Wattle #CACB3E
RGB
CMYK
RGB Variations
Color information
#CACB3E (or 0xCACB3E) is known color: Wattle. HEX triplet: CA, CB and 3E. RGB value is (202,203,62). Sum of RGB (Red+Green+Blue) = 202+203+62=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACB3E is #3534C1. Grayscale: #BBBBBB. Windows color (decimal): -3486914 or 4115402. OLE color: 4115402.
HSL color Cylindrical-coordinate representation of color #CACB3E: hue angle of 60.43º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CACB3E is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 62 | - |
| CMYK | 0.00 | 0 | 0.69 | 0.20 |
| HSL | 60.43º | 0.58% | 0.52% | - |
| HSV(B) | 60.43º | 0.69% | 0.8% | - |
| XYZ | 46.58 | 55.62 | 12.84 | - |
| YUV | 186.63 | 57.67 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 62 | 0.00 | 0 | 0.69 | 0.20 | 60.43 | 0.58 | 0.52 |
| Hex | CA | CB | 3E | 0 | 0 | 45 | 14 | 3C | 3A | 34 |
| Octal | 312 | 313 | 76 | 0 | 0 | 105 | 24 | 74 | 72 | 64 |
| Binary | 11001010 | 11001011 | 111110 | 0 | 0 | 1000101 | 10100 | 111100 | 111010 | 110100 |
Color Harmonies of #CACB3E
Complementary color
Monochromatic Colors of #CACB3E
Black with #CACB3E
Text Example
Text Example
White with #CACB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB3E; }
p { color: rgb(202,203,62); }
H1.HeaderClassName
{
color: #CACB3E;
}
.AnyTagClassName
{
color: #CACB3E;
}
</style>
background-color css
<style>
a { background-color: #CACB3E; }
a { background-color: rgb(202,203,62); }
div.DivClassName
{
background-color: #CACB3E;
}
.BgClassName
{
background-color: #CACB3E;
}
</style>
border-color css
<style>
span { border-color: #CACB3E; }
span { border-color: rgb(202,203,62); }
td.TdClassName
{
border-color: #CACB3E;
}
.TagClassName
{
border-color: #CACB3E;
}
</style>