Shades of Wattle #CCC846
Tints of Wattle #CCC846
RGB
CMYK
RGB Variations
Color information
#CCC846 (or 0xCCC846) is known color: Wattle. HEX triplet: CC, C8 and 46. RGB value is (204,200,70). Sum of RGB (Red+Green+Blue) = 204+200+70=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC846 is #3337B9. Grayscale: #BABABA. Windows color (decimal): -3356602 or 4638924. OLE color: 4638924.
HSL color Cylindrical-coordinate representation of color #CCC846: hue angle of 58.21º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCC846 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 70 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.2 |
| HSL | 58.21º | 0.57% | 0.54% | - |
| HSV(B) | 58.21º | 0.66% | 0.8% | - |
| XYZ | 46.66 | 54.59 | 13.87 | - |
| YUV | 186.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 70 | 0 | 0.02 | 0.66 | 0.2 | 58.21 | 0.57 | 0.54 |
| Hex | CC | C8 | 46 | 0 | 2 | 42 | 14 | 3A | 39 | 36 |
| Octal | 314 | 310 | 106 | 0 | 2 | 102 | 24 | 72 | 71 | 66 |
| Binary | 11001100 | 11001000 | 1000110 | 0 | 10 | 1000010 | 10100 | 111010 | 111001 | 110110 |
Color Harmonies of #CCC846
Complementary color
Monochromatic Colors of #CCC846
Black with #CCC846
Text Example
Text Example
White with #CCC846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC846; }
p { color: rgb(204,200,70); }
H1.HeaderClassName
{
color: #CCC846;
}
.AnyTagClassName
{
color: #CCC846;
}
</style>
background-color css
<style>
a { background-color: #CCC846; }
a { background-color: rgb(204,200,70); }
div.DivClassName
{
background-color: #CCC846;
}
.BgClassName
{
background-color: #CCC846;
}
</style>
border-color css
<style>
span { border-color: #CCC846; }
span { border-color: rgb(204,200,70); }
td.TdClassName
{
border-color: #CCC846;
}
.TagClassName
{
border-color: #CCC846;
}
</style>