Shades of Wattle #CACB3C
Tints of Wattle #CACB3C
RGB
CMYK
RGB Variations
Color information
#CACB3C (or 0xCACB3C) is known color: Wattle. HEX triplet: CA, CB and 3C. RGB value is (202,203,60). Sum of RGB (Red+Green+Blue) = 202+203+60=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACB3C is #3534C3. Grayscale: #BABABA. Windows color (decimal): -3486916 or 3984330. OLE color: 3984330.
HSL color Cylindrical-coordinate representation of color #CACB3C: hue angle of 60.42º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CACB3C is Cyan = 0.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 60 | - |
| CMYK | 0.00 | 0 | 0.70 | 0.20 |
| HSL | 60.42º | 0.58% | 0.52% | - |
| HSV(B) | 60.42º | 0.7% | 0.8% | - |
| XYZ | 46.53 | 55.59 | 12.55 | - |
| YUV | 186.4 | 56.67 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 60 | 0.00 | 0 | 0.70 | 0.20 | 60.42 | 0.58 | 0.52 |
| Hex | CA | CB | 3C | 0 | 0 | 46 | 14 | 3C | 3A | 34 |
| Octal | 312 | 313 | 74 | 0 | 0 | 106 | 24 | 74 | 72 | 64 |
| Binary | 11001010 | 11001011 | 111100 | 0 | 0 | 1000110 | 10100 | 111100 | 111010 | 110100 |
Color Harmonies of #CACB3C
Complementary color
Monochromatic Colors of #CACB3C
Black with #CACB3C
Text Example
Text Example
White with #CACB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB3C; }
p { color: rgb(202,203,60); }
H1.HeaderClassName
{
color: #CACB3C;
}
.AnyTagClassName
{
color: #CACB3C;
}
</style>
background-color css
<style>
a { background-color: #CACB3C; }
a { background-color: rgb(202,203,60); }
div.DivClassName
{
background-color: #CACB3C;
}
.BgClassName
{
background-color: #CACB3C;
}
</style>
border-color css
<style>
span { border-color: #CACB3C; }
span { border-color: rgb(202,203,60); }
td.TdClassName
{
border-color: #CACB3C;
}
.TagClassName
{
border-color: #CACB3C;
}
</style>