Shades of Wattle #CAC342
Tints of Wattle #CAC342
RGB
CMYK
RGB Variations
Color information
#CAC342 (or 0xCAC342) is known color: Wattle. HEX triplet: CA, C3 and 42. RGB value is (202,195,66). Sum of RGB (Red+Green+Blue) = 202+195+66=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC342 is #353CBD. Grayscale: #B6B6B6. Windows color (decimal): -3488958 or 4375498. OLE color: 4375498.
HSL color Cylindrical-coordinate representation of color #CAC342: hue angle of 56.91º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAC342 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 66 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.21 |
| HSL | 56.91º | 0.56% | 0.53% | - |
| HSV(B) | 56.91º | 0.67% | 0.79% | - |
| XYZ | 44.86 | 51.98 | 12.82 | - |
| YUV | 182.39 | 62.32 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 66 | 0 | 0.03 | 0.67 | 0.21 | 56.91 | 0.56 | 0.53 |
| Hex | CA | C3 | 42 | 0 | 3 | 43 | 15 | 39 | 38 | 35 |
| Octal | 312 | 303 | 102 | 0 | 3 | 103 | 25 | 71 | 70 | 65 |
| Binary | 11001010 | 11000011 | 1000010 | 0 | 11 | 1000011 | 10101 | 111001 | 111000 | 110101 |
Color Harmonies of #CAC342
Complementary color
Monochromatic Colors of #CAC342
Black with #CAC342
Text Example
Text Example
White with #CAC342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC342; }
p { color: rgb(202,195,66); }
H1.HeaderClassName
{
color: #CAC342;
}
.AnyTagClassName
{
color: #CAC342;
}
</style>
background-color css
<style>
a { background-color: #CAC342; }
a { background-color: rgb(202,195,66); }
div.DivClassName
{
background-color: #CAC342;
}
.BgClassName
{
background-color: #CAC342;
}
</style>
border-color css
<style>
span { border-color: #CAC342; }
span { border-color: rgb(202,195,66); }
td.TdClassName
{
border-color: #CAC342;
}
.TagClassName
{
border-color: #CAC342;
}
</style>