Shades of Wattle #CCC048
Tints of Wattle #CCC048
RGB
CMYK
RGB Variations
Color information
#CCC048 (or 0xCCC048) is known color: Wattle. HEX triplet: CC, C0 and 48. RGB value is (204,192,72). Sum of RGB (Red+Green+Blue) = 204+192+72=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC048 is #333FB7. Grayscale: #B6B6B6. Windows color (decimal): -3358648 or 4767948. OLE color: 4767948.
HSL color Cylindrical-coordinate representation of color #CCC048: hue angle of 54.55º 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 #CCC048 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 72 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.2 |
| HSL | 54.55º | 0.56% | 0.54% | - |
| HSV(B) | 54.55º | 0.65% | 0.8% | - |
| XYZ | 44.92 | 51 | 13.61 | - |
| YUV | 181.91 | 65.98 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 72 | 0 | 0.06 | 0.65 | 0.2 | 54.55 | 0.56 | 0.54 |
| Hex | CC | C0 | 48 | 0 | 6 | 41 | 14 | 37 | 38 | 36 |
| Octal | 314 | 300 | 110 | 0 | 6 | 101 | 24 | 67 | 70 | 66 |
| Binary | 11001100 | 11000000 | 1001000 | 0 | 110 | 1000001 | 10100 | 110111 | 111000 | 110110 |
Color Harmonies of #CCC048
Complementary color
Monochromatic Colors of #CCC048
Black with #CCC048
Text Example
Text Example
White with #CCC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC048; }
p { color: rgb(204,192,72); }
H1.HeaderClassName
{
color: #CCC048;
}
.AnyTagClassName
{
color: #CCC048;
}
</style>
background-color css
<style>
a { background-color: #CCC048; }
a { background-color: rgb(204,192,72); }
div.DivClassName
{
background-color: #CCC048;
}
.BgClassName
{
background-color: #CCC048;
}
</style>
border-color css
<style>
span { border-color: #CCC048; }
span { border-color: rgb(204,192,72); }
td.TdClassName
{
border-color: #CCC048;
}
.TagClassName
{
border-color: #CCC048;
}
</style>