Shades of Wattle #CCC248
Tints of Wattle #CCC248
RGB
CMYK
RGB Variations
Color information
#CCC248 (or 0xCCC248) is known color: Wattle. HEX triplet: CC, C2 and 48. RGB value is (204,194,72). Sum of RGB (Red+Green+Blue) = 204+194+72=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC248 is #333DB7. Grayscale: #B7B7B7. Windows color (decimal): -3358136 or 4768460. OLE color: 4768460.
HSL color Cylindrical-coordinate representation of color #CCC248: hue angle of 55.45º 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 #CCC248 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 72 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.2 |
| HSL | 55.45º | 0.56% | 0.54% | - |
| HSV(B) | 55.45º | 0.65% | 0.8% | - |
| XYZ | 45.36 | 51.89 | 13.76 | - |
| YUV | 183.08 | 65.31 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 72 | 0 | 0.05 | 0.65 | 0.2 | 55.45 | 0.56 | 0.54 |
| Hex | CC | C2 | 48 | 0 | 5 | 41 | 14 | 37 | 38 | 36 |
| Octal | 314 | 302 | 110 | 0 | 5 | 101 | 24 | 67 | 70 | 66 |
| Binary | 11001100 | 11000010 | 1001000 | 0 | 101 | 1000001 | 10100 | 110111 | 111000 | 110110 |
Color Harmonies of #CCC248
Complementary color
Monochromatic Colors of #CCC248
Black with #CCC248
Text Example
Text Example
White with #CCC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC248; }
p { color: rgb(204,194,72); }
H1.HeaderClassName
{
color: #CCC248;
}
.AnyTagClassName
{
color: #CCC248;
}
</style>
background-color css
<style>
a { background-color: #CCC248; }
a { background-color: rgb(204,194,72); }
div.DivClassName
{
background-color: #CCC248;
}
.BgClassName
{
background-color: #CCC248;
}
</style>
border-color css
<style>
span { border-color: #CCC248; }
span { border-color: rgb(204,194,72); }
td.TdClassName
{
border-color: #CCC248;
}
.TagClassName
{
border-color: #CCC248;
}
</style>