Shades of Wattle #CAC842
Tints of Wattle #CAC842
RGB
CMYK
RGB Variations
Color information
#CAC842 (or 0xCAC842) is known color: Wattle. HEX triplet: CA, C8 and 42. RGB value is (202,200,66). Sum of RGB (Red+Green+Blue) = 202+200+66=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC842 is #3537BD. Grayscale: #B9B9B9. Windows color (decimal): -3487678 or 4376778. OLE color: 4376778.
HSL color Cylindrical-coordinate representation of color #CAC842: hue angle of 59.12º 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 #CAC842 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 66 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.21 |
| HSL | 59.12º | 0.56% | 0.53% | - |
| HSV(B) | 59.12º | 0.67% | 0.79% | - |
| XYZ | 45.99 | 54.26 | 13.2 | - |
| YUV | 185.32 | 60.66 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 66 | 0 | 0.01 | 0.67 | 0.21 | 59.12 | 0.56 | 0.53 |
| Hex | CA | C8 | 42 | 0 | 1 | 43 | 15 | 3B | 38 | 35 |
| Octal | 312 | 310 | 102 | 0 | 1 | 103 | 25 | 73 | 70 | 65 |
| Binary | 11001010 | 11001000 | 1000010 | 0 | 1 | 1000011 | 10101 | 111011 | 111000 | 110101 |
Color Harmonies of #CAC842
Complementary color
Monochromatic Colors of #CAC842
Black with #CAC842
Text Example
Text Example
White with #CAC842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC842; }
p { color: rgb(202,200,66); }
H1.HeaderClassName
{
color: #CAC842;
}
.AnyTagClassName
{
color: #CAC842;
}
</style>
background-color css
<style>
a { background-color: #CAC842; }
a { background-color: rgb(202,200,66); }
div.DivClassName
{
background-color: #CAC842;
}
.BgClassName
{
background-color: #CAC842;
}
</style>
border-color css
<style>
span { border-color: #CAC842; }
span { border-color: rgb(202,200,66); }
td.TdClassName
{
border-color: #CAC842;
}
.TagClassName
{
border-color: #CAC842;
}
</style>