Shades of Wattle #CFC546
Tints of Wattle #CFC546
RGB
CMYK
RGB Variations
Color information
#CFC546 (or 0xCFC546) is known color: Wattle. HEX triplet: CF, C5 and 46. RGB value is (207,197,70). Sum of RGB (Red+Green+Blue) = 207+197+70=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC546 is #303AB9. Grayscale: #BABABA. Windows color (decimal): -3160762 or 4638159. OLE color: 4638159.
HSL color Cylindrical-coordinate representation of color #CFC546: hue angle of 55.62º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFC546 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 70 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.19 |
| HSL | 55.62º | 0.59% | 0.54% | - |
| HSV(B) | 55.62º | 0.66% | 0.81% | - |
| XYZ | 46.8 | 53.64 | 13.68 | - |
| YUV | 185.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 70 | 0 | 0.05 | 0.66 | 0.19 | 55.62 | 0.59 | 0.54 |
| Hex | CF | C5 | 46 | 0 | 5 | 42 | 13 | 38 | 3B | 36 |
| Octal | 317 | 305 | 106 | 0 | 5 | 102 | 23 | 70 | 73 | 66 |
| Binary | 11001111 | 11000101 | 1000110 | 0 | 101 | 1000010 | 10011 | 111000 | 111011 | 110110 |
Color Harmonies of #CFC546
Complementary color
Monochromatic Colors of #CFC546
Black with #CFC546
Text Example
Text Example
White with #CFC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC546; }
p { color: rgb(207,197,70); }
H1.HeaderClassName
{
color: #CFC546;
}
.AnyTagClassName
{
color: #CFC546;
}
</style>
background-color css
<style>
a { background-color: #CFC546; }
a { background-color: rgb(207,197,70); }
div.DivClassName
{
background-color: #CFC546;
}
.BgClassName
{
background-color: #CFC546;
}
</style>
border-color css
<style>
span { border-color: #CFC546; }
span { border-color: rgb(207,197,70); }
td.TdClassName
{
border-color: #CFC546;
}
.TagClassName
{
border-color: #CFC546;
}
</style>