Shades of Wattle #CACB4C
Tints of Wattle #CACB4C
RGB
CMYK
RGB Variations
Color information
#CACB4C (or 0xCACB4C) is known color: Wattle. HEX triplet: CA, CB and 4C. RGB value is (202,203,76). Sum of RGB (Red+Green+Blue) = 202+203+76=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACB4C is #3534B3. Grayscale: #BCBCBC. Windows color (decimal): -3486900 or 5032906. OLE color: 5032906.
HSL color Cylindrical-coordinate representation of color #CACB4C: hue angle of 60.47º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CACB4C is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 76 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.20 |
| HSL | 60.47º | 0.55% | 0.55% | - |
| HSV(B) | 60.47º | 0.63% | 0.8% | - |
| XYZ | 47.02 | 55.79 | 15.13 | - |
| YUV | 188.22 | 64.67 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 76 | 0.00 | 0 | 0.63 | 0.20 | 60.47 | 0.55 | 0.55 |
| Hex | CA | CB | 4C | 0 | 0 | 3F | 14 | 3C | 37 | 37 |
| Octal | 312 | 313 | 114 | 0 | 0 | 77 | 24 | 74 | 67 | 67 |
| Binary | 11001010 | 11001011 | 1001100 | 0 | 0 | 111111 | 10100 | 111100 | 110111 | 110111 |
Color Harmonies of #CACB4C
Complementary color
Monochromatic Colors of #CACB4C
Black with #CACB4C
Text Example
Text Example
White with #CACB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB4C; }
p { color: rgb(202,203,76); }
H1.HeaderClassName
{
color: #CACB4C;
}
.AnyTagClassName
{
color: #CACB4C;
}
</style>
background-color css
<style>
a { background-color: #CACB4C; }
a { background-color: rgb(202,203,76); }
div.DivClassName
{
background-color: #CACB4C;
}
.BgClassName
{
background-color: #CACB4C;
}
</style>
border-color css
<style>
span { border-color: #CACB4C; }
span { border-color: rgb(202,203,76); }
td.TdClassName
{
border-color: #CACB4C;
}
.TagClassName
{
border-color: #CACB4C;
}
</style>