Shades of Wattle #CCC131
Tints of Wattle #CCC131
RGB
CMYK
RGB Variations
Color information
#CCC131 (or 0xCCC131) is known color: Wattle. HEX triplet: CC, C1 and 31. RGB value is (204,193,49). Sum of RGB (Red+Green+Blue) = 204+193+49=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC131 is #333ECE. Grayscale: #B4B4B4. Windows color (decimal): -3358415 or 3260876. OLE color: 3260876.
HSL color Cylindrical-coordinate representation of color #CCC131: hue angle of 55.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCC131 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 49 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.2 |
| HSL | 55.74º | 0.61% | 0.5% | - |
| HSV(B) | 55.74º | 0.76% | 0.8% | - |
| XYZ | 44.53 | 51.2 | 10.44 | - |
| YUV | 179.87 | 54.14 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 49 | 0 | 0.05 | 0.76 | 0.2 | 55.74 | 0.61 | 0.5 |
| Hex | CC | C1 | 31 | 0 | 5 | 4C | 14 | 38 | 3D | 32 |
| Octal | 314 | 301 | 61 | 0 | 5 | 114 | 24 | 70 | 75 | 62 |
| Binary | 11001100 | 11000001 | 110001 | 0 | 101 | 1001100 | 10100 | 111000 | 111101 | 110010 |
Color Harmonies of #CCC131
Complementary color
Monochromatic Colors of #CCC131
Black with #CCC131
Text Example
Text Example
White with #CCC131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC131; }
p { color: rgb(204,193,49); }
H1.HeaderClassName
{
color: #CCC131;
}
.AnyTagClassName
{
color: #CCC131;
}
</style>
background-color css
<style>
a { background-color: #CCC131; }
a { background-color: rgb(204,193,49); }
div.DivClassName
{
background-color: #CCC131;
}
.BgClassName
{
background-color: #CCC131;
}
</style>
border-color css
<style>
span { border-color: #CCC131; }
span { border-color: rgb(204,193,49); }
td.TdClassName
{
border-color: #CCC131;
}
.TagClassName
{
border-color: #CCC131;
}
</style>