Shades of Wattle #CCC94C
Tints of Wattle #CCC94C
RGB
CMYK
RGB Variations
Color information
#CCC94C (or 0xCCC94C) is known color: Wattle. HEX triplet: CC, C9 and 4C. RGB value is (204,201,76). Sum of RGB (Red+Green+Blue) = 204+201+76=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC94C is #3336B3. Grayscale: #BCBCBC. Windows color (decimal): -3356340 or 5032396. OLE color: 5032396.
HSL color Cylindrical-coordinate representation of color #CCC94C: hue angle of 58.59º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCC94C is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 76 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.2 |
| HSL | 58.59º | 0.56% | 0.55% | - |
| HSV(B) | 58.59º | 0.63% | 0.8% | - |
| XYZ | 47.09 | 55.13 | 15 | - |
| YUV | 187.65 | 64.99 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 76 | 0 | 0.01 | 0.63 | 0.2 | 58.59 | 0.56 | 0.55 |
| Hex | CC | C9 | 4C | 0 | 1 | 3F | 14 | 3B | 38 | 37 |
| Octal | 314 | 311 | 114 | 0 | 1 | 77 | 24 | 73 | 70 | 67 |
| Binary | 11001100 | 11001001 | 1001100 | 0 | 1 | 111111 | 10100 | 111011 | 111000 | 110111 |
Color Harmonies of #CCC94C
Complementary color
Monochromatic Colors of #CCC94C
Black with #CCC94C
Text Example
Text Example
White with #CCC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC94C; }
p { color: rgb(204,201,76); }
H1.HeaderClassName
{
color: #CCC94C;
}
.AnyTagClassName
{
color: #CCC94C;
}
</style>
background-color css
<style>
a { background-color: #CCC94C; }
a { background-color: rgb(204,201,76); }
div.DivClassName
{
background-color: #CCC94C;
}
.BgClassName
{
background-color: #CCC94C;
}
</style>
border-color css
<style>
span { border-color: #CCC94C; }
span { border-color: rgb(204,201,76); }
td.TdClassName
{
border-color: #CCC94C;
}
.TagClassName
{
border-color: #CCC94C;
}
</style>