Shades of Wattle #CACB4E
Tints of Wattle #CACB4E
RGB
CMYK
RGB Variations
Color information
#CACB4E (or 0xCACB4E) is known color: Wattle. HEX triplet: CA, CB and 4E. RGB value is (202,203,78). Sum of RGB (Red+Green+Blue) = 202+203+78=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB4E is #3534B1. Grayscale: #BCBCBC. Windows color (decimal): -3486898 or 5163978. OLE color: 5163978.
HSL color Cylindrical-coordinate representation of color #CACB4E: hue angle of 60.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CACB4E is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 78 | - |
| CMYK | 0.00 | 0 | 0.62 | 0.20 |
| HSL | 60.48º | 0.55% | 0.55% | - |
| HSV(B) | 60.48º | 0.62% | 0.8% | - |
| XYZ | 47.09 | 55.82 | 15.5 | - |
| YUV | 188.45 | 65.67 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 78 | 0.00 | 0 | 0.62 | 0.20 | 60.48 | 0.55 | 0.55 |
| Hex | CA | CB | 4E | 0 | 0 | 3E | 14 | 3C | 37 | 37 |
| Octal | 312 | 313 | 116 | 0 | 0 | 76 | 24 | 74 | 67 | 67 |
| Binary | 11001010 | 11001011 | 1001110 | 0 | 0 | 111110 | 10100 | 111100 | 110111 | 110111 |
Color Harmonies of #CACB4E
Complementary color
Monochromatic Colors of #CACB4E
Black with #CACB4E
Text Example
Text Example
White with #CACB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB4E; }
p { color: rgb(202,203,78); }
H1.HeaderClassName
{
color: #CACB4E;
}
.AnyTagClassName
{
color: #CACB4E;
}
</style>
background-color css
<style>
a { background-color: #CACB4E; }
a { background-color: rgb(202,203,78); }
div.DivClassName
{
background-color: #CACB4E;
}
.BgClassName
{
background-color: #CACB4E;
}
</style>
border-color css
<style>
span { border-color: #CACB4E; }
span { border-color: rgb(202,203,78); }
td.TdClassName
{
border-color: #CACB4E;
}
.TagClassName
{
border-color: #CACB4E;
}
</style>