Shades of Wattle #CCC142
Tints of Wattle #CCC142
RGB
CMYK
RGB Variations
Color information
#CCC142 (or 0xCCC142) is known color: Wattle. HEX triplet: CC, C1 and 42. RGB value is (204,193,66). Sum of RGB (Red+Green+Blue) = 204+193+66=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC142 is #333EBD. Grayscale: #B6B6B6. Windows color (decimal): -3358398 or 4374988. OLE color: 4374988.
HSL color Cylindrical-coordinate representation of color #CCC142: hue angle of 55.22º degrees, saturation: 0.57, 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 #CCC142 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 66 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.2 |
| HSL | 55.22º | 0.58% | 0.53% | - |
| HSV(B) | 55.22º | 0.68% | 0.8% | - |
| XYZ | 44.96 | 51.37 | 12.7 | - |
| YUV | 181.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 66 | 0 | 0.05 | 0.68 | 0.2 | 55.22 | 0.58 | 0.53 |
| Hex | CC | C1 | 42 | 0 | 5 | 44 | 14 | 37 | 3A | 35 |
| Octal | 314 | 301 | 102 | 0 | 5 | 104 | 24 | 67 | 72 | 65 |
| Binary | 11001100 | 11000001 | 1000010 | 0 | 101 | 1000100 | 10100 | 110111 | 111010 | 110101 |
Color Harmonies of #CCC142
Complementary color
Monochromatic Colors of #CCC142
Black with #CCC142
Text Example
Text Example
White with #CCC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC142; }
p { color: rgb(204,193,66); }
H1.HeaderClassName
{
color: #CCC142;
}
.AnyTagClassName
{
color: #CCC142;
}
</style>
background-color css
<style>
a { background-color: #CCC142; }
a { background-color: rgb(204,193,66); }
div.DivClassName
{
background-color: #CCC142;
}
.BgClassName
{
background-color: #CCC142;
}
</style>
border-color css
<style>
span { border-color: #CCC142; }
span { border-color: rgb(204,193,66); }
td.TdClassName
{
border-color: #CCC142;
}
.TagClassName
{
border-color: #CCC142;
}
</style>