Shades of Wattle #CCC634
Tints of Wattle #CCC634
RGB
CMYK
RGB Variations
Color information
#CCC634 (or 0xCCC634) is known color: Wattle. HEX triplet: CC, C6 and 34. RGB value is (204,198,52). Sum of RGB (Red+Green+Blue) = 204+198+52=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC634 is #3339CB. Grayscale: #B7B7B7. Windows color (decimal): -3357132 or 3458764. OLE color: 3458764.
HSL color Cylindrical-coordinate representation of color #CCC634: hue angle of 57.63º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCC634 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 52 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.2 |
| HSL | 57.63º | 0.6% | 0.5% | - |
| HSV(B) | 57.63º | 0.75% | 0.8% | - |
| XYZ | 45.72 | 53.47 | 11.16 | - |
| YUV | 183.15 | 53.99 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 52 | 0 | 0.03 | 0.75 | 0.2 | 57.63 | 0.6 | 0.5 |
| Hex | CC | C6 | 34 | 0 | 3 | 4B | 14 | 3A | 3C | 32 |
| Octal | 314 | 306 | 64 | 0 | 3 | 113 | 24 | 72 | 74 | 62 |
| Binary | 11001100 | 11000110 | 110100 | 0 | 11 | 1001011 | 10100 | 111010 | 111100 | 110010 |
Color Harmonies of #CCC634
Complementary color
Monochromatic Colors of #CCC634
Black with #CCC634
Text Example
Text Example
White with #CCC634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC634; }
p { color: rgb(204,198,52); }
H1.HeaderClassName
{
color: #CCC634;
}
.AnyTagClassName
{
color: #CCC634;
}
</style>
background-color css
<style>
a { background-color: #CCC634; }
a { background-color: rgb(204,198,52); }
div.DivClassName
{
background-color: #CCC634;
}
.BgClassName
{
background-color: #CCC634;
}
</style>
border-color css
<style>
span { border-color: #CCC634; }
span { border-color: rgb(204,198,52); }
td.TdClassName
{
border-color: #CCC634;
}
.TagClassName
{
border-color: #CCC634;
}
</style>