Shades of Wattle #CCC543
Tints of Wattle #CCC543
RGB
CMYK
RGB Variations
Color information
#CCC543 (or 0xCCC543) is known color: Wattle. HEX triplet: CC, C5 and 43. RGB value is (204,197,67). Sum of RGB (Red+Green+Blue) = 204+197+67=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 67 (26.56% from 255 or 14.32% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC543 is #333ABC. Grayscale: #B8B8B8. Windows color (decimal): -3357373 or 4441548. OLE color: 4441548.
HSL color Cylindrical-coordinate representation of color #CCC543: hue angle of 56.93º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCC543 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 67 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.2 |
| HSL | 56.93º | 0.57% | 0.53% | - |
| HSV(B) | 56.93º | 0.67% | 0.8% | - |
| XYZ | 45.88 | 53.18 | 13.16 | - |
| YUV | 184.27 | 61.82 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 67 | 0 | 0.03 | 0.67 | 0.2 | 56.93 | 0.57 | 0.53 |
| Hex | CC | C5 | 43 | 0 | 3 | 43 | 14 | 39 | 39 | 35 |
| Octal | 314 | 305 | 103 | 0 | 3 | 103 | 24 | 71 | 71 | 65 |
| Binary | 11001100 | 11000101 | 1000011 | 0 | 11 | 1000011 | 10100 | 111001 | 111001 | 110101 |
Color Harmonies of #CCC543
Complementary color
Monochromatic Colors of #CCC543
Black with #CCC543
Text Example
Text Example
White with #CCC543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC543; }
p { color: rgb(204,197,67); }
H1.HeaderClassName
{
color: #CCC543;
}
.AnyTagClassName
{
color: #CCC543;
}
</style>
background-color css
<style>
a { background-color: #CCC543; }
a { background-color: rgb(204,197,67); }
div.DivClassName
{
background-color: #CCC543;
}
.BgClassName
{
background-color: #CCC543;
}
</style>
border-color css
<style>
span { border-color: #CCC543; }
span { border-color: rgb(204,197,67); }
td.TdClassName
{
border-color: #CCC543;
}
.TagClassName
{
border-color: #CCC543;
}
</style>