Shades of Wattle #CAC142
Tints of Wattle #CAC142
RGB
CMYK
RGB Variations
Color information
#CAC142 (or 0xCAC142) is known color: Wattle. HEX triplet: CA, C1 and 42. RGB value is (202,193,66). Sum of RGB (Red+Green+Blue) = 202+193+66=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC142 is #353EBD. Grayscale: #B5B5B5. Windows color (decimal): -3489470 or 4374986. OLE color: 4374986.
HSL color Cylindrical-coordinate representation of color #CAC142: hue angle of 56.03º 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 #CAC142 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 66 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.21 |
| HSL | 56.03º | 0.56% | 0.53% | - |
| HSV(B) | 56.03º | 0.67% | 0.79% | - |
| XYZ | 44.41 | 51.09 | 12.67 | - |
| YUV | 181.21 | 62.98 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 66 | 0 | 0.04 | 0.67 | 0.21 | 56.03 | 0.56 | 0.53 |
| Hex | CA | C1 | 42 | 0 | 4 | 43 | 15 | 38 | 38 | 35 |
| Octal | 312 | 301 | 102 | 0 | 4 | 103 | 25 | 70 | 70 | 65 |
| Binary | 11001010 | 11000001 | 1000010 | 0 | 100 | 1000011 | 10101 | 111000 | 111000 | 110101 |
Color Harmonies of #CAC142
Complementary color
Monochromatic Colors of #CAC142
Black with #CAC142
Text Example
Text Example
White with #CAC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC142; }
p { color: rgb(202,193,66); }
H1.HeaderClassName
{
color: #CAC142;
}
.AnyTagClassName
{
color: #CAC142;
}
</style>
background-color css
<style>
a { background-color: #CAC142; }
a { background-color: rgb(202,193,66); }
div.DivClassName
{
background-color: #CAC142;
}
.BgClassName
{
background-color: #CAC142;
}
</style>
border-color css
<style>
span { border-color: #CAC142; }
span { border-color: rgb(202,193,66); }
td.TdClassName
{
border-color: #CAC142;
}
.TagClassName
{
border-color: #CAC142;
}
</style>