Shades of Wattle #CCC942
Tints of Wattle #CCC942
RGB
CMYK
RGB Variations
Color information
#CCC942 (or 0xCCC942) is known color: Wattle. HEX triplet: CC, C9 and 42. RGB value is (204,201,66). Sum of RGB (Red+Green+Blue) = 204+201+66=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC942 is #3336BD. Grayscale: #BBBBBB. Windows color (decimal): -3356350 or 4377036. OLE color: 4377036.
HSL color Cylindrical-coordinate representation of color #CCC942: hue angle of 58.7º 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 #CCC942 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 66 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.2 |
| HSL | 58.7º | 0.58% | 0.53% | - |
| HSV(B) | 58.7º | 0.68% | 0.8% | - |
| XYZ | 46.77 | 55 | 13.31 | - |
| YUV | 186.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 66 | 0 | 0.01 | 0.68 | 0.2 | 58.7 | 0.58 | 0.53 |
| Hex | CC | C9 | 42 | 0 | 1 | 44 | 14 | 3B | 3A | 35 |
| Octal | 314 | 311 | 102 | 0 | 1 | 104 | 24 | 73 | 72 | 65 |
| Binary | 11001100 | 11001001 | 1000010 | 0 | 1 | 1000100 | 10100 | 111011 | 111010 | 110101 |
Color Harmonies of #CCC942
Complementary color
Monochromatic Colors of #CCC942
Black with #CCC942
Text Example
Text Example
White with #CCC942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC942; }
p { color: rgb(204,201,66); }
H1.HeaderClassName
{
color: #CCC942;
}
.AnyTagClassName
{
color: #CCC942;
}
</style>
background-color css
<style>
a { background-color: #CCC942; }
a { background-color: rgb(204,201,66); }
div.DivClassName
{
background-color: #CCC942;
}
.BgClassName
{
background-color: #CCC942;
}
</style>
border-color css
<style>
span { border-color: #CCC942; }
span { border-color: rgb(204,201,66); }
td.TdClassName
{
border-color: #CCC942;
}
.TagClassName
{
border-color: #CCC942;
}
</style>