Shades of Wattle #CAC948
Tints of Wattle #CAC948
RGB
CMYK
RGB Variations
Color information
#CAC948 (or 0xCAC948) is known color: Wattle. HEX triplet: CA, C9 and 48. RGB value is (202,201,72). Sum of RGB (Red+Green+Blue) = 202+201+72=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC948 is #3536B7. Grayscale: #BBBBBB. Windows color (decimal): -3487416 or 4770250. OLE color: 4770250.
HSL color Cylindrical-coordinate representation of color #CAC948: hue angle of 59.54º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAC948 is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 72 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.21 |
| HSL | 59.54º | 0.55% | 0.54% | - |
| HSV(B) | 59.54º | 0.64% | 0.79% | - |
| XYZ | 46.41 | 54.8 | 14.26 | - |
| YUV | 186.59 | 63.33 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 72 | 0 | 0.00 | 0.64 | 0.21 | 59.54 | 0.55 | 0.54 |
| Hex | CA | C9 | 48 | 0 | 0 | 40 | 15 | 3C | 37 | 36 |
| Octal | 312 | 311 | 110 | 0 | 0 | 100 | 25 | 74 | 67 | 66 |
| Binary | 11001010 | 11001001 | 1001000 | 0 | 0 | 1000000 | 10101 | 111100 | 110111 | 110110 |
Color Harmonies of #CAC948
Complementary color
Monochromatic Colors of #CAC948
Black with #CAC948
Text Example
Text Example
White with #CAC948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC948; }
p { color: rgb(202,201,72); }
H1.HeaderClassName
{
color: #CAC948;
}
.AnyTagClassName
{
color: #CAC948;
}
</style>
background-color css
<style>
a { background-color: #CAC948; }
a { background-color: rgb(202,201,72); }
div.DivClassName
{
background-color: #CAC948;
}
.BgClassName
{
background-color: #CAC948;
}
</style>
border-color css
<style>
span { border-color: #CAC948; }
span { border-color: rgb(202,201,72); }
td.TdClassName
{
border-color: #CAC948;
}
.TagClassName
{
border-color: #CAC948;
}
</style>