Shades of Wattle #CAC648
Tints of Wattle #CAC648
RGB
CMYK
RGB Variations
Color information
#CAC648 (or 0xCAC648) is known color: Wattle. HEX triplet: CA, C6 and 48. RGB value is (202,198,72). Sum of RGB (Red+Green+Blue) = 202+198+72=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC648 is #3539B7. Grayscale: #B9B9B9. Windows color (decimal): -3488184 or 4769482. OLE color: 4769482.
HSL color Cylindrical-coordinate representation of color #CAC648: hue angle of 58.15º 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 #CAC648 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 72 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.21 |
| HSL | 58.15º | 0.55% | 0.54% | - |
| HSV(B) | 58.15º | 0.64% | 0.79% | - |
| XYZ | 45.72 | 53.41 | 14.03 | - |
| YUV | 184.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 72 | 0 | 0.02 | 0.64 | 0.21 | 58.15 | 0.55 | 0.54 |
| Hex | CA | C6 | 48 | 0 | 2 | 40 | 15 | 3A | 37 | 36 |
| Octal | 312 | 306 | 110 | 0 | 2 | 100 | 25 | 72 | 67 | 66 |
| Binary | 11001010 | 11000110 | 1001000 | 0 | 10 | 1000000 | 10101 | 111010 | 110111 | 110110 |
Color Harmonies of #CAC648
Complementary color
Monochromatic Colors of #CAC648
Black with #CAC648
Text Example
Text Example
White with #CAC648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC648; }
p { color: rgb(202,198,72); }
H1.HeaderClassName
{
color: #CAC648;
}
.AnyTagClassName
{
color: #CAC648;
}
</style>
background-color css
<style>
a { background-color: #CAC648; }
a { background-color: rgb(202,198,72); }
div.DivClassName
{
background-color: #CAC648;
}
.BgClassName
{
background-color: #CAC648;
}
</style>
border-color css
<style>
span { border-color: #CAC648; }
span { border-color: rgb(202,198,72); }
td.TdClassName
{
border-color: #CAC648;
}
.TagClassName
{
border-color: #CAC648;
}
</style>