Shades of Wattle #CCC237
Tints of Wattle #CCC237
RGB
CMYK
RGB Variations
Color information
#CCC237 (or 0xCCC237) is known color: Wattle. HEX triplet: CC, C2 and 37. RGB value is (204,194,55). Sum of RGB (Red+Green+Blue) = 204+194+55=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 55 (21.88% from 255 or 12.14% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC237 is #333DC8. Grayscale: #B5B5B5. Windows color (decimal): -3358153 or 3654348. OLE color: 3654348.
HSL color Cylindrical-coordinate representation of color #CCC237: hue angle of 55.97º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCC237 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 55 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.2 |
| HSL | 55.97º | 0.59% | 0.51% | - |
| HSV(B) | 55.97º | 0.73% | 0.8% | - |
| XYZ | 44.88 | 51.7 | 11.23 | - |
| YUV | 181.14 | 56.81 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 55 | 0 | 0.05 | 0.73 | 0.2 | 55.97 | 0.59 | 0.51 |
| Hex | CC | C2 | 37 | 0 | 5 | 49 | 14 | 38 | 3B | 33 |
| Octal | 314 | 302 | 67 | 0 | 5 | 111 | 24 | 70 | 73 | 63 |
| Binary | 11001100 | 11000010 | 110111 | 0 | 101 | 1001001 | 10100 | 111000 | 111011 | 110011 |
Color Harmonies of #CCC237
Complementary color
Monochromatic Colors of #CCC237
Black with #CCC237
Text Example
Text Example
White with #CCC237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC237; }
p { color: rgb(204,194,55); }
H1.HeaderClassName
{
color: #CCC237;
}
.AnyTagClassName
{
color: #CCC237;
}
</style>
background-color css
<style>
a { background-color: #CCC237; }
a { background-color: rgb(204,194,55); }
div.DivClassName
{
background-color: #CCC237;
}
.BgClassName
{
background-color: #CCC237;
}
</style>
border-color css
<style>
span { border-color: #CCC237; }
span { border-color: rgb(204,194,55); }
td.TdClassName
{
border-color: #CCC237;
}
.TagClassName
{
border-color: #CCC237;
}
</style>