Shades of Wattle #CCC349
Tints of Wattle #CCC349
RGB
CMYK
RGB Variations
Color information
#CCC349 (or 0xCCC349) is known color: Wattle. HEX triplet: CC, C3 and 49. RGB value is (204,195,73). Sum of RGB (Red+Green+Blue) = 204+195+73=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC349 is #333CB6. Grayscale: #B8B8B8. Windows color (decimal): -3357879 or 4834252. OLE color: 4834252.
HSL color Cylindrical-coordinate representation of color #CCC349: hue angle of 55.88º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCC349 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 73 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.2 |
| HSL | 55.88º | 0.56% | 0.54% | - |
| HSV(B) | 55.88º | 0.64% | 0.8% | - |
| XYZ | 45.62 | 52.35 | 14 | - |
| YUV | 183.78 | 65.48 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 73 | 0 | 0.04 | 0.64 | 0.2 | 55.88 | 0.56 | 0.54 |
| Hex | CC | C3 | 49 | 0 | 4 | 40 | 14 | 38 | 38 | 36 |
| Octal | 314 | 303 | 111 | 0 | 4 | 100 | 24 | 70 | 70 | 66 |
| Binary | 11001100 | 11000011 | 1001001 | 0 | 100 | 1000000 | 10100 | 111000 | 111000 | 110110 |
Color Harmonies of #CCC349
Complementary color
Monochromatic Colors of #CCC349
Black with #CCC349
Text Example
Text Example
White with #CCC349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC349; }
p { color: rgb(204,195,73); }
H1.HeaderClassName
{
color: #CCC349;
}
.AnyTagClassName
{
color: #CCC349;
}
</style>
background-color css
<style>
a { background-color: #CCC349; }
a { background-color: rgb(204,195,73); }
div.DivClassName
{
background-color: #CCC349;
}
.BgClassName
{
background-color: #CCC349;
}
</style>
border-color css
<style>
span { border-color: #CCC349; }
span { border-color: rgb(204,195,73); }
td.TdClassName
{
border-color: #CCC349;
}
.TagClassName
{
border-color: #CCC349;
}
</style>