Shades of Wattle #CCC841
Tints of Wattle #CCC841
RGB
CMYK
RGB Variations
Color information
#CCC841 (or 0xCCC841) is known color: Wattle. HEX triplet: CC, C8 and 41. RGB value is (204,200,65). Sum of RGB (Red+Green+Blue) = 204+200+65=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC841 is #3337BE. Grayscale: #BABABA. Windows color (decimal): -3356607 or 4311244. OLE color: 4311244.
HSL color Cylindrical-coordinate representation of color #CCC841: hue angle of 58.27º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCC841 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 65 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.2 |
| HSL | 58.27º | 0.58% | 0.53% | - |
| HSV(B) | 58.27º | 0.68% | 0.8% | - |
| XYZ | 46.51 | 54.53 | 13.07 | - |
| YUV | 185.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 65 | 0 | 0.02 | 0.68 | 0.2 | 58.27 | 0.58 | 0.53 |
| Hex | CC | C8 | 41 | 0 | 2 | 44 | 14 | 3A | 3A | 35 |
| Octal | 314 | 310 | 101 | 0 | 2 | 104 | 24 | 72 | 72 | 65 |
| Binary | 11001100 | 11001000 | 1000001 | 0 | 10 | 1000100 | 10100 | 111010 | 111010 | 110101 |
Color Harmonies of #CCC841
Complementary color
Monochromatic Colors of #CCC841
Black with #CCC841
Text Example
Text Example
White with #CCC841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC841; }
p { color: rgb(204,200,65); }
H1.HeaderClassName
{
color: #CCC841;
}
.AnyTagClassName
{
color: #CCC841;
}
</style>
background-color css
<style>
a { background-color: #CCC841; }
a { background-color: rgb(204,200,65); }
div.DivClassName
{
background-color: #CCC841;
}
.BgClassName
{
background-color: #CCC841;
}
</style>
border-color css
<style>
span { border-color: #CCC841; }
span { border-color: rgb(204,200,65); }
td.TdClassName
{
border-color: #CCC841;
}
.TagClassName
{
border-color: #CCC841;
}
</style>