Shades of Wattle #CCC949
Tints of Wattle #CCC949
RGB
CMYK
RGB Variations
Color information
#CCC949 (or 0xCCC949) is known color: Wattle. HEX triplet: CC, C9 and 49. RGB value is (204,201,73). Sum of RGB (Red+Green+Blue) = 204+201+73=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC949 is #3336B6. Grayscale: #BBBBBB. Windows color (decimal): -3356343 or 4835788. OLE color: 4835788.
HSL color Cylindrical-coordinate representation of color #CCC949: hue angle of 58.63º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCC949 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 73 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.2 |
| HSL | 58.63º | 0.56% | 0.54% | - |
| HSV(B) | 58.63º | 0.64% | 0.8% | - |
| XYZ | 46.99 | 55.09 | 14.46 | - |
| YUV | 187.31 | 63.49 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 73 | 0 | 0.01 | 0.64 | 0.2 | 58.63 | 0.56 | 0.54 |
| Hex | CC | C9 | 49 | 0 | 1 | 40 | 14 | 3B | 38 | 36 |
| Octal | 314 | 311 | 111 | 0 | 1 | 100 | 24 | 73 | 70 | 66 |
| Binary | 11001100 | 11001001 | 1001001 | 0 | 1 | 1000000 | 10100 | 111011 | 111000 | 110110 |
Color Harmonies of #CCC949
Complementary color
Monochromatic Colors of #CCC949
Black with #CCC949
Text Example
Text Example
White with #CCC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC949; }
p { color: rgb(204,201,73); }
H1.HeaderClassName
{
color: #CCC949;
}
.AnyTagClassName
{
color: #CCC949;
}
</style>
background-color css
<style>
a { background-color: #CCC949; }
a { background-color: rgb(204,201,73); }
div.DivClassName
{
background-color: #CCC949;
}
.BgClassName
{
background-color: #CCC949;
}
</style>
border-color css
<style>
span { border-color: #CCC949; }
span { border-color: rgb(204,201,73); }
td.TdClassName
{
border-color: #CCC949;
}
.TagClassName
{
border-color: #CCC949;
}
</style>