Shades of Wattle #CCC548
Tints of Wattle #CCC548
RGB
CMYK
RGB Variations
Color information
#CCC548 (or 0xCCC548) is known color: Wattle. HEX triplet: CC, C5 and 48. RGB value is (204,197,72). Sum of RGB (Red+Green+Blue) = 204+197+72=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC548 is #333AB7. Grayscale: #B9B9B9. Windows color (decimal): -3357368 or 4769228. OLE color: 4769228.
HSL color Cylindrical-coordinate representation of color #CCC548: hue angle of 56.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCC548 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 72 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.2 |
| HSL | 56.82º | 0.56% | 0.54% | - |
| HSV(B) | 56.82º | 0.65% | 0.8% | - |
| XYZ | 46.04 | 53.24 | 13.98 | - |
| YUV | 184.84 | 64.32 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 72 | 0 | 0.03 | 0.65 | 0.2 | 56.82 | 0.56 | 0.54 |
| Hex | CC | C5 | 48 | 0 | 3 | 41 | 14 | 39 | 38 | 36 |
| Octal | 314 | 305 | 110 | 0 | 3 | 101 | 24 | 71 | 70 | 66 |
| Binary | 11001100 | 11000101 | 1001000 | 0 | 11 | 1000001 | 10100 | 111001 | 111000 | 110110 |
Color Harmonies of #CCC548
Complementary color
Monochromatic Colors of #CCC548
Black with #CCC548
Text Example
Text Example
White with #CCC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC548; }
p { color: rgb(204,197,72); }
H1.HeaderClassName
{
color: #CCC548;
}
.AnyTagClassName
{
color: #CCC548;
}
</style>
background-color css
<style>
a { background-color: #CCC548; }
a { background-color: rgb(204,197,72); }
div.DivClassName
{
background-color: #CCC548;
}
.BgClassName
{
background-color: #CCC548;
}
</style>
border-color css
<style>
span { border-color: #CCC548; }
span { border-color: rgb(204,197,72); }
td.TdClassName
{
border-color: #CCC548;
}
.TagClassName
{
border-color: #CCC548;
}
</style>