Shades of Wattle #CAC348
Tints of Wattle #CAC348
RGB
CMYK
RGB Variations
Color information
#CAC348 (or 0xCAC348) is known color: Wattle. HEX triplet: CA, C3 and 48. RGB value is (202,195,72). Sum of RGB (Red+Green+Blue) = 202+195+72=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC348 is #353CB7. Grayscale: #B7B7B7. Windows color (decimal): -3488952 or 4768714. OLE color: 4768714.
HSL color Cylindrical-coordinate representation of color #CAC348: hue angle of 56.77º 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 #CAC348 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 72 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.21 |
| HSL | 56.77º | 0.55% | 0.54% | - |
| HSV(B) | 56.77º | 0.64% | 0.79% | - |
| XYZ | 45.04 | 52.05 | 13.8 | - |
| YUV | 183.07 | 65.32 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 72 | 0 | 0.03 | 0.64 | 0.21 | 56.77 | 0.55 | 0.54 |
| Hex | CA | C3 | 48 | 0 | 3 | 40 | 15 | 39 | 37 | 36 |
| Octal | 312 | 303 | 110 | 0 | 3 | 100 | 25 | 71 | 67 | 66 |
| Binary | 11001010 | 11000011 | 1001000 | 0 | 11 | 1000000 | 10101 | 111001 | 110111 | 110110 |
Color Harmonies of #CAC348
Complementary color
Monochromatic Colors of #CAC348
Black with #CAC348
Text Example
Text Example
White with #CAC348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC348; }
p { color: rgb(202,195,72); }
H1.HeaderClassName
{
color: #CAC348;
}
.AnyTagClassName
{
color: #CAC348;
}
</style>
background-color css
<style>
a { background-color: #CAC348; }
a { background-color: rgb(202,195,72); }
div.DivClassName
{
background-color: #CAC348;
}
.BgClassName
{
background-color: #CAC348;
}
</style>
border-color css
<style>
span { border-color: #CAC348; }
span { border-color: rgb(202,195,72); }
td.TdClassName
{
border-color: #CAC348;
}
.TagClassName
{
border-color: #CAC348;
}
</style>