Shades of Wattle #CAC235
Tints of Wattle #CAC235
RGB
CMYK
RGB Variations
Color information
#CAC235 (or 0xCAC235) is known color: Wattle. HEX triplet: CA, C2 and 35. RGB value is (202,194,53). Sum of RGB (Red+Green+Blue) = 202+194+53=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 53 (21.09% from 255 or 11.80% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC235 is #353DCA. Grayscale: #B4B4B4. Windows color (decimal): -3489227 or 3523274. OLE color: 3523274.
HSL color Cylindrical-coordinate representation of color #CAC235: hue angle of 56.78º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAC235 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 53 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.21 |
| HSL | 56.78º | 0.58% | 0.5% | - |
| HSV(B) | 56.78º | 0.74% | 0.79% | - |
| XYZ | 44.29 | 51.4 | 10.95 | - |
| YUV | 180.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 53 | 0 | 0.04 | 0.74 | 0.21 | 56.78 | 0.58 | 0.5 |
| Hex | CA | C2 | 35 | 0 | 4 | 4A | 15 | 39 | 3A | 32 |
| Octal | 312 | 302 | 65 | 0 | 4 | 112 | 25 | 71 | 72 | 62 |
| Binary | 11001010 | 11000010 | 110101 | 0 | 100 | 1001010 | 10101 | 111001 | 111010 | 110010 |
Color Harmonies of #CAC235
Complementary color
Monochromatic Colors of #CAC235
Black with #CAC235
Text Example
Text Example
White with #CAC235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC235; }
p { color: rgb(202,194,53); }
H1.HeaderClassName
{
color: #CAC235;
}
.AnyTagClassName
{
color: #CAC235;
}
</style>
background-color css
<style>
a { background-color: #CAC235; }
a { background-color: rgb(202,194,53); }
div.DivClassName
{
background-color: #CAC235;
}
.BgClassName
{
background-color: #CAC235;
}
</style>
border-color css
<style>
span { border-color: #CAC235; }
span { border-color: rgb(202,194,53); }
td.TdClassName
{
border-color: #CAC235;
}
.TagClassName
{
border-color: #CAC235;
}
</style>