Shades of Wattle #CCC849
Tints of Wattle #CCC849
RGB
CMYK
RGB Variations
Color information
#CCC849 (or 0xCCC849) is known color: Wattle. HEX triplet: CC, C8 and 49. RGB value is (204,200,73). Sum of RGB (Red+Green+Blue) = 204+200+73=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC849 is #3337B6. Grayscale: #BBBBBB. Windows color (decimal): -3356599 or 4835532. OLE color: 4835532.
HSL color Cylindrical-coordinate representation of color #CCC849: hue angle of 58.17º 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 #CCC849 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 73 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.2 |
| HSL | 58.17º | 0.56% | 0.54% | - |
| HSV(B) | 58.17º | 0.64% | 0.8% | - |
| XYZ | 46.76 | 54.63 | 14.38 | - |
| YUV | 186.72 | 63.83 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 73 | 0 | 0.02 | 0.64 | 0.2 | 58.17 | 0.56 | 0.54 |
| Hex | CC | C8 | 49 | 0 | 2 | 40 | 14 | 3A | 38 | 36 |
| Octal | 314 | 310 | 111 | 0 | 2 | 100 | 24 | 72 | 70 | 66 |
| Binary | 11001100 | 11001000 | 1001001 | 0 | 10 | 1000000 | 10100 | 111010 | 111000 | 110110 |
Color Harmonies of #CCC849
Complementary color
Monochromatic Colors of #CCC849
Black with #CCC849
Text Example
Text Example
White with #CCC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC849; }
p { color: rgb(204,200,73); }
H1.HeaderClassName
{
color: #CCC849;
}
.AnyTagClassName
{
color: #CCC849;
}
</style>
background-color css
<style>
a { background-color: #CCC849; }
a { background-color: rgb(204,200,73); }
div.DivClassName
{
background-color: #CCC849;
}
.BgClassName
{
background-color: #CCC849;
}
</style>
border-color css
<style>
span { border-color: #CCC849; }
span { border-color: rgb(204,200,73); }
td.TdClassName
{
border-color: #CCC849;
}
.TagClassName
{
border-color: #CCC849;
}
</style>