Shades of Wattle #CAC642
Tints of Wattle #CAC642
RGB
CMYK
RGB Variations
Color information
#CAC642 (or 0xCAC642) is known color: Wattle. HEX triplet: CA, C6 and 42. RGB value is (202,198,66). Sum of RGB (Red+Green+Blue) = 202+198+66=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC642 is #3539BD. Grayscale: #B8B8B8. Windows color (decimal): -3488190 or 4376266. OLE color: 4376266.
HSL color Cylindrical-coordinate representation of color #CAC642: hue angle of 58.24º 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 #CAC642 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 66 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.21 |
| HSL | 58.24º | 0.56% | 0.53% | - |
| HSV(B) | 58.24º | 0.67% | 0.79% | - |
| XYZ | 45.53 | 53.34 | 13.05 | - |
| YUV | 184.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 66 | 0 | 0.02 | 0.67 | 0.21 | 58.24 | 0.56 | 0.53 |
| Hex | CA | C6 | 42 | 0 | 2 | 43 | 15 | 3A | 38 | 35 |
| Octal | 312 | 306 | 102 | 0 | 2 | 103 | 25 | 72 | 70 | 65 |
| Binary | 11001010 | 11000110 | 1000010 | 0 | 10 | 1000011 | 10101 | 111010 | 111000 | 110101 |
Color Harmonies of #CAC642
Complementary color
Monochromatic Colors of #CAC642
Black with #CAC642
Text Example
Text Example
White with #CAC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC642; }
p { color: rgb(202,198,66); }
H1.HeaderClassName
{
color: #CAC642;
}
.AnyTagClassName
{
color: #CAC642;
}
</style>
background-color css
<style>
a { background-color: #CAC642; }
a { background-color: rgb(202,198,66); }
div.DivClassName
{
background-color: #CAC642;
}
.BgClassName
{
background-color: #CAC642;
}
</style>
border-color css
<style>
span { border-color: #CAC642; }
span { border-color: rgb(202,198,66); }
td.TdClassName
{
border-color: #CAC642;
}
.TagClassName
{
border-color: #CAC642;
}
</style>