Shades of Wattle #CCC448
Tints of Wattle #CCC448
RGB
CMYK
RGB Variations
Color information
#CCC448 (or 0xCCC448) is known color: Wattle. HEX triplet: CC, C4 and 48. RGB value is (204,196,72). Sum of RGB (Red+Green+Blue) = 204+196+72=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC448 is #333BB7. Grayscale: #B8B8B8. Windows color (decimal): -3357624 or 4768972. OLE color: 4768972.
HSL color Cylindrical-coordinate representation of color #CCC448: hue angle of 56.36º 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 #CCC448 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 72 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.2 |
| HSL | 56.36º | 0.56% | 0.54% | - |
| HSV(B) | 56.36º | 0.65% | 0.8% | - |
| XYZ | 45.81 | 52.79 | 13.9 | - |
| YUV | 184.26 | 64.65 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 72 | 0 | 0.04 | 0.65 | 0.2 | 56.36 | 0.56 | 0.54 |
| Hex | CC | C4 | 48 | 0 | 4 | 41 | 14 | 38 | 38 | 36 |
| Octal | 314 | 304 | 110 | 0 | 4 | 101 | 24 | 70 | 70 | 66 |
| Binary | 11001100 | 11000100 | 1001000 | 0 | 100 | 1000001 | 10100 | 111000 | 111000 | 110110 |
Color Harmonies of #CCC448
Complementary color
Monochromatic Colors of #CCC448
Black with #CCC448
Text Example
Text Example
White with #CCC448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC448; }
p { color: rgb(204,196,72); }
H1.HeaderClassName
{
color: #CCC448;
}
.AnyTagClassName
{
color: #CCC448;
}
</style>
background-color css
<style>
a { background-color: #CCC448; }
a { background-color: rgb(204,196,72); }
div.DivClassName
{
background-color: #CCC448;
}
.BgClassName
{
background-color: #CCC448;
}
</style>
border-color css
<style>
span { border-color: #CCC448; }
span { border-color: rgb(204,196,72); }
td.TdClassName
{
border-color: #CCC448;
}
.TagClassName
{
border-color: #CCC448;
}
</style>